A332872 Number of ordered set partitions of {1..n} where no element of any block is greater than any element of a non-adjacent consecutive block.
1, 1, 3, 10, 34, 116, 396, 1352, 4616, 15760
Offset: 0
Examples
The a(1) = 1 through a(3) = 10 ordered set partitions: {{1}} {{1,2}} {{1,2,3}} {{1},{2}} {{1},{2,3}} {{2},{1}} {{1,2},{3}} {{1,3},{2}} {{2},{1,3}} {{2,3},{1}} {{3},{1,2}} {{1},{2},{3}} {{1},{3},{2}} {{2},{1},{3}}
Comments