andPartitions that differ only in the order of their summands are considered the same. A partition of n into distinct parts is a partition of n in which every part occurs at most once.
Whats wrong with this alternative partition of 10?For n=10 the partition with the largest product is 10=2+3+5, which gives f(10)=30 and m(10)=3.
And their product, f(10)·m(10) = 30·3 = 90
10 = 2+2+3+3 -> f(10) = 36, m(10) = 4
Another question is, since m
should be a function what is the result of partition e.g. 4?
4 = 4 -> f(4) = 4, m(4) = 1
4 = 2+2 -> f(4) = 4, m(4) = 2
Thanks,4 = 2+2 -> f(4) = 4, m(4) = 2
Andreas
