A116480 Maximum number of subpartitions for any partition of n.
1, 2, 3, 5, 7, 10, 14, 19, 26, 33, 42, 56, 75, 94, 118, 145, 181, 230, 286, 356, 428, 522, 633, 774, 915, 1125, 1341, 1621, 1935, 2351
Offset: 0
Examples
The 5 partitions of 4 are [4], [3,1], [2^2], [2,1^2], [1^4]; these have respectively 5,7,6,7 and 5 subpartitions, so a(4) = 7, the largest of these.
Comments