Consider all the subsets of that do not contain two consecutive numbers. For each subset, calculate the product of the members of the set. What is the sum of the squares of these products?
Note: the product of the elements of an empty set is one.
Consider all the subsets of that do not contain two consecutive numbers. For each subset, calculate the product of the members of the set. What is the sum of the squares of these products?
Note: the product of the elements of an empty set is one.
Let be the sum of squares of the product of these subsets. For there is only the empty subset, so . For , we add the subset , so . For , we add an extra set , so . Evaluating , one can guess that . We show this by induction:
To find , we have all the sets without element , which has sum , and those with , which cannot contain . The product of each of those sets increases by , so the recurrence is . The claim holds for small . Suppose it works for some integer . Then
so the induction holds, and for all integers .