A383095 Number of integer partitions of n having exactly one permutation with all equal run-sums.
1, 1, 2, 2, 3, 2, 6, 2, 4, 5, 6, 2, 12, 2, 6, 8, 5, 2, 20, 2, 12, 8, 6, 2, 20, 5, 6, 12, 12, 2, 34, 2, 6, 8, 6, 8, 45, 2, 6, 8, 20, 2, 34, 2, 12, 28, 6, 2, 30, 5, 20, 8, 12, 2, 52, 8, 20, 8, 6, 2, 78, 2, 6, 28, 7, 8, 34, 2, 12, 8, 34, 2, 80, 2, 6, 28, 12, 8, 34, 2, 30, 25
Offset: 0
Keywords
Examples
The partition (2,2,1,1) has permutation (2,1,1,2) so is counted under a(6). The a(1) = 1 through a(10) = 6 partitions (A=10): 1 2 3 4 5 6 7 8 9 A 11 111 22 11111 33 1111111 44 333 55 1111 222 2222 33111 22222 2211 11111111 3111111 2221111 21111 111111111 22111111 111111 1111111111
Crossrefs
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