A349156 Number of integer partitions of n whose mean is not an integer.
1, 0, 0, 1, 1, 5, 3, 13, 11, 21, 28, 54, 31, 99, 111, 125, 165, 295, 259, 488, 425, 648, 933, 1253, 943, 1764, 2320, 2629, 2962, 4563, 3897, 6840, 6932, 9187, 11994, 12840, 12682, 21635, 25504, 28892, 28187, 44581, 42896, 63259, 66766, 74463, 104278, 124752
Offset: 0
Keywords
Examples
The a(3) = 1 through a(8) = 11 partitions: (21) (211) (32) (2211) (43) (332) (41) (3111) (52) (422) (221) (21111) (61) (431) (311) (322) (521) (2111) (331) (611) (421) (22211) (511) (32111) (2221) (41111) (3211) (221111) (4111) (311111) (22111) (2111111) (31111) (211111)
Crossrefs
Programs
-
Mathematica
Table[Length[Select[IntegerPartitions[n],!IntegerQ[Mean[#]]&]],{n,0,30}]
Comments