A371796 Number of quanimous subsets of {1..n}, meaning there is more than one set partition with all equal block-sums.
0, 0, 0, 1, 3, 8, 19, 43, 94, 206, 439, 946, 1990, 4204, 8761, 18233, 37778, 78151, 160296, 328670, 670193, 1363543, 2772436, 5632801, 11404156, 23071507, 46613529, 94098106, 189959349, 383407198, 773009751
Offset: 0
Examples
The set s = {3,4,6,8,9} has set partitions {{3,4,6,8,9}} and {{3,4,8},{6,9}} with equal block-sums, so s is counted under a(9). The a(3) = 1 through a(6) = 19 subsets: {1,2,3} {1,2,3} {1,2,3} {1,2,3} {1,3,4} {1,3,4} {1,3,4} {1,2,3,4} {1,4,5} {1,4,5} {2,3,5} {1,5,6} {1,2,3,4} {2,3,5} {1,2,4,5} {2,4,6} {2,3,4,5} {1,2,3,4} {1,2,3,4,5} {1,2,3,6} {1,2,4,5} {1,2,5,6} {1,3,4,6} {2,3,4,5} {2,3,5,6} {3,4,5,6} {1,2,3,4,5} {1,2,3,4,6} {1,2,4,5,6} {2,3,4,5,6} {1,2,3,4,5,6}
Programs
Extensions
a(11)-a(30) from Bert Dobbelaere, Mar 30 2025
Comments