A383092 Number of integer partitions of n having at most one permutation with all equal run-lengths.
1, 1, 2, 2, 4, 5, 7, 10, 13, 16, 22, 28, 34, 46, 58, 69, 90, 114, 141, 178, 216, 271, 338, 418, 506, 630, 769, 941, 1140, 1399, 1675, 2051, 2454, 2975, 3561, 4289, 5094, 6137, 7274, 8692, 10269, 12249, 14414, 17128, 20110, 23767, 27872, 32849, 38346, 45094, 52552, 61533
Offset: 0
Keywords
Examples
The partition (222211) has 1 permutation with all equal run-lengths: (221122), so is counted under a(10). The partition (33211111) has no permutation with all equal run-lengths, so is counted under a(13). The a(1) = 1 through a(7) = 10 partitions: (1) (2) (3) (4) (5) (6) (7) (11) (111) (22) (221) (33) (322) (211) (311) (222) (331) (1111) (2111) (411) (511) (11111) (3111) (2221) (21111) (4111) (111111) (22111) (31111) (211111) (1111111)
Crossrefs
Programs
-
Mathematica
Table[Length[Select[IntegerPartitions[n],Length[Select[Permutations[#],SameQ@@Length/@Split[#]&]]<=1&]],{n,0,15}]
Extensions
More terms from Bert Dobbelaere, Apr 26 2025