OFFSET
0,3
EXAMPLE
The partition (222211) has exactly one permutation with all equal run-lengths: (221122), so is counted under a(10).
The a(1) = 1 through a(8) = 9 partitions:
(1) (2) (3) (4) (5) (6) (7) (8)
(11) (111) (22) (221) (33) (322) (44)
(211) (311) (222) (331) (332)
(1111) (11111) (411) (511) (422)
(111111) (22111) (611)
(1111111) (2222)
(22211)
(221111)
(11111111)
MATHEMATICA
Table[Length[Select[IntegerPartitions[n], Length[Select[Permutations[#], SameQ@@Length/@Split[#]&]]==1&]], {n, 0, 20}]
CROSSREFS
KEYWORD
nonn
AUTHOR
Gus Wiseman, Apr 20 2025
EXTENSIONS
More terms from Bert Dobbelaere, Apr 26 2025
STATUS
approved
