A363125 Number of integer partitions of n with a unique non-mode.
0, 0, 0, 0, 1, 3, 3, 8, 9, 13, 18, 24, 24, 36, 41, 45, 57, 68, 72, 87, 95, 105, 131, 136, 149, 164, 199, 203, 232, 246, 276, 298, 335, 347, 409, 399, 467, 488, 567, 569, 636, 662, 757, 767, 878, 887, 1028, 1030, 1168, 1181, 1342, 1388, 1558, 1570, 1789, 1791
Offset: 0
Keywords
Examples
The a(4) = 1 through a(9) = 13 partitions: (211) (221) (411) (322) (332) (441) (311) (3111) (331) (422) (522) (2111) (21111) (511) (611) (711) (2221) (5111) (3222) (4111) (22211) (6111) (22111) (41111) (22221) (31111) (221111) (32211) (211111) (311111) (33111) (2111111) (51111) (411111) (2211111) (3111111) (21111111)
Programs
-
Mathematica
nmsi[ms_]:=Select[Union[ms],Count[ms,#]
Comments