A371797 Number of quanimous subsets of {1..n} containing n, meaning there is more than one set partition with equal block-sums.
0, 0, 1, 2, 5, 11, 24, 51, 112, 233, 507, 1044, 2214, 4557, 9472, 19545, 40373, 82145, 168374, 341523, 693350, 1408893, 2860365, 5771355, 11667351, 23542022, 47484577, 95861243, 193447849, 389602553
Offset: 1
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(1) = 0 through a(6) = 11 subsets: . . {1,2,3} {1,3,4} {1,4,5} {1,5,6} {1,2,3,4} {2,3,5} {2,4,6} {1,2,4,5} {1,2,3,6} {2,3,4,5} {1,2,5,6} {1,2,3,4,5} {1,3,4,6} {2,3,5,6} {3,4,5,6} {1,2,3,4,6} {1,2,4,5,6} {2,3,4,5,6} {1,2,3,4,5,6}
Crossrefs
Programs
Extensions
a(11)-a(30) from Martin Fuller, Apr 01 2025
Comments