A356957 Number of set partitions of strict integer partitions of n into intervals, where an interval is a set of positive integers with all differences of adjacent elements equal to 1.
1, 1, 1, 3, 2, 4, 7, 7, 8, 13, 20, 19, 27, 30, 42, 60, 63, 75, 99, 112, 141, 191, 205, 248, 296, 357, 408, 513, 617, 696, 831, 969, 1117, 1337, 1523, 1797, 2171, 2420, 2805, 3265, 3772, 4289, 5013, 5661, 6579, 7679, 8615, 9807, 11335, 12799, 14581
Offset: 0
Keywords
Examples
The a(1) = 1 through a(6) = 7 set partitions: {{1}} {{2}} {{3}} {{4}} {{5}} {{6}} {{1,2}} {{1},{3}} {{2,3}} {{1,2,3}} {{1},{2}} {{1},{4}} {{1},{5}} {{2},{3}} {{2},{4}} {{1},{2,3}} {{1,2},{3}} {{1},{2},{3}}
Crossrefs
The initial version is A010054.
For set partitions of {1..n} we have A011782.
The non-strict version is A107742
Not restricting to intervals gives A294617.
A000110 counts set partitions.
A001970 counts multiset partitions of integer partitions.
A356941 counts multiset partitions of integer partitions w/ gapless blocks.