A363128 Number of integer partitions of n with more than one non-co-mode.
0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 3, 6, 9, 18, 25, 44, 60, 96, 122, 188, 243, 344, 442, 615, 769, 1047, 1308, 1722, 2150, 2791, 3430, 4405, 5401, 6803, 8326, 10408, 12608, 15641, 18906, 23179, 27935, 34061, 40778, 49451, 59038, 71060, 84604, 101386, 120114, 143358
Offset: 0
Keywords
Examples
The a(9) = 1 through a(12) = 9 partitions: (32211) (33211) (33221) (43311) (42211) (52211) (44211) (322111) (322211) (62211) (332111) (422211) (422111) (522111) (3221111) (3222111) (3321111) (4221111) (32211111)
Crossrefs
Programs
-
Mathematica
ncomsi[ms_]:=Select[Union[ms],Count[ms,#]>Min@@Length/@Split[ms]&]; Table[Length[Select[IntegerPartitions[n],Length[ncomsi[#]]>1&]],{n,0,30}]
Comments