A383097 Number of integer partitions of n having more than one permutation with all equal run-sums.
0, 0, 0, 0, 1, 0, 1, 0, 3, 0, 1, 0, 7, 0, 1, 0, 9, 0, 7, 0, 12, 0, 1, 0, 38, 0, 1, 1, 18, 0, 38, 0, 32, 0, 1, 0, 90, 0, 1, 0, 71, 0, 78, 0, 33, 10, 1, 0, 228, 0, 31, 0, 42, 0, 156, 0, 123, 0, 1, 0, 447, 0, 1, 16, 146, 0, 222, 0, 63, 0, 102, 0, 811, 0, 1, 29, 75, 0, 334, 0
Offset: 0
Keywords
Examples
The a(27) = 1 partition is: (9,3,3,3,1,1,1,1,1,1,1,1,1). The a(4) = 1 through a(16) = 9 partitions (empty columns not shown): (211) (3111) (422) (511111) (633) (71111111) (844) (41111) (6222) (82222) (221111) (33222) (442222) (4221111) (44221111) (6111111) (422221111) (33111111) (811111111) (222111111) (4411111111) (42211111111) (222211111111)
Crossrefs
Counting and ranking partitions by run-lengths and run-sums:
Programs
-
Mathematica
Table[Length[Select[IntegerPartitions[n],Length[Select[Permutations[#],SameQ@@Total/@Split[#]&]]>1&]],{n,0,15}]
Extensions
More terms from Bert Dobbelaere, Apr 26 2025