A363124 Number of integer partitions of n with more than one non-mode.
0, 0, 0, 0, 0, 0, 0, 1, 3, 6, 9, 19, 28, 46, 65, 98, 132, 190, 251, 348, 451, 603, 768, 1014, 1273, 1648, 2052, 2604, 3233, 4062, 4984, 6203, 7582, 9333, 11349, 13890, 16763, 20388, 24528, 29613, 35502, 42660, 50880, 60883, 72376, 86158, 102120, 121133, 143010
Offset: 0
Keywords
Examples
The a(7) = 1 through a(10) = 9 partitions: (3211) (3221) (3321) (5221) (4211) (4221) (5311) (32111) (4311) (6211) (5211) (32221) (42111) (43111) (321111) (52111) (322111) (421111) (3211111)
Programs
-
Mathematica
nmsi[ms_]:=Select[Union[ms],Count[ms,#]
1&]],{n,0,30}]
Comments