A383098 Number of integer partitions of n having at least one permutation with all equal run-sums.
1, 1, 2, 2, 4, 2, 7, 2, 7, 5, 7, 2, 19, 2, 7, 8, 14, 2, 27, 2, 24, 8, 7, 2, 58, 5, 7, 13, 30, 2, 72, 2, 38, 8, 7, 8, 135, 2, 7, 8, 91, 2, 112, 2, 45, 38, 7, 2, 258, 5, 51, 8, 54, 2, 208, 8, 143, 8, 7, 2, 525, 2, 7, 44, 153, 8, 256, 2, 75, 8, 136, 2, 891, 2, 7, 57, 87, 8
Offset: 0
Keywords
Examples
The partition (4,4,4,2,2,1,1,1,1) has permutations (4,2,2,4,1,1,1,1,4) and (4,1,1,1,1,4,2,2,4) so is counted under a(20). The a(1) = 1 through a(10) = 7 partitions (A=10): 1 2 3 4 5 6 7 8 9 A 11 111 22 11111 33 1111111 44 333 55 211 222 422 33111 22222 1111 2211 2222 3111111 511111 3111 41111 111111111 2221111 21111 221111 22111111 111111 11111111 1111111111
Crossrefs
Programs
-
Mathematica
Table[Length[Select[IntegerPartitions[n],Select[Permutations[#],SameQ@@Total/@Split[#]&]!={}&]],{n,0,15}]
Extensions
More terms from Bert Dobbelaere, Apr 26 2025