A383094 Number of integer partitions of n having exactly one permutation with all equal run-lengths.
1, 1, 2, 2, 4, 4, 5, 6, 9, 7, 11, 10, 13, 12, 17, 14, 21, 16, 21, 18, 27, 22, 29, 22, 34, 25, 35, 28, 41, 28, 43, 30, 48, 38, 47, 38, 55, 36, 53, 46, 64, 40, 67, 42, 69, 54, 65, 46, 84, 51, 75, 62, 83, 52, 86, 62, 94, 70, 83, 58, 111, 60, 89, 80, 106, 74, 115, 66, 111
Offset: 0
Keywords
Examples
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)
Crossrefs
Programs
-
Mathematica
Table[Length[Select[IntegerPartitions[n], Length[Select[Permutations[#], SameQ@@Length/@Split[#]&]]==1&]],{n,0,20}]
Extensions
More terms from Bert Dobbelaere, Apr 26 2025