A371789 Number of non-quanimous subsets of {1..n}, meaning there is only one set partition with all equal block-sums.
1, 2, 4, 7, 13, 24, 45, 85, 162, 306, 585, 1102, 2106, 3988, 7623, 14535, 27758, 52921, 101848, 195618, 378383, 733609, 1421868, 2755807, 5373060, 10482925, 20495335, 40119622, 78476107, 153463714, 300732073
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 not counted under a(9). The a(0) = 1 through a(4) = 13 subsets: {} {} {} {} {} {1} {1} {1} {1} {2} {2} {2} {1,2} {3} {3} {1,2} {4} {1,3} {1,2} {2,3} {1,3} {1,4} {2,3} {2,4} {3,4} {1,2,4} {2,3,4}
Programs
Extensions
a(11)-a(30) from Bert Dobbelaere, Mar 30 2025
Comments