A360068 Number of integer partitions of n such that the parts have the same mean as the multiplicities.
1, 1, 0, 0, 1, 0, 0, 0, 2, 1, 0, 0, 6, 0, 0, 0, 6, 0, 7, 0, 1, 0, 0, 0, 0, 90, 0, 63, 0, 0, 0, 0, 11, 0, 0, 0, 436, 0, 0, 0, 0, 0, 0, 0, 0, 2157, 0, 0, 240, 1595, 22, 0, 0, 0, 6464, 0, 0, 0, 0, 0, 0, 0, 0, 11628, 4361, 0, 0, 0, 0, 0, 0, 0, 12927, 0, 0, 621, 0
Offset: 0
Keywords
Examples
The n = 1, 4, 8, 9, 12, 16, 18 partitions (D=13): (1) (22) (3311) (333) (322221) (4444) (444222) (5111) (332211) (43222111) (444411) (422211) (43321111) (552222) (522111) (53221111) (555111) (531111) (54211111) (771111) (621111) (63211111) (822222) (D11111) For example, the partition (4,3,3,3,3,3,2,2,1,1) has mean 5/2, and its multiplicities (1,5,2,2) also have mean 5/2, so it is counted under a(20).
Crossrefs
Programs
-
Mathematica
Table[Length[Select[IntegerPartitions[n],Mean[#]==Mean[Length/@Split[#]]&]],{n,0,30}]
Comments