Hint to puzzle 56: Partition identity
Let p(n) be the number of partitions of n. So, for example, p(5) = 7. Establish the following two results, for 1
i
n−1.
- The number of partitions of n which have at least i 1s is p(n − i).
- The number of partitions of n in which i appears is p(n − i).