A218581 Triangle read by rows: T(n,k) is the number of ascent sequences of length n with last occurrence of the maximal value at position k-1.
1, 0, 2, 0, 1, 4, 0, 1, 4, 10, 0, 1, 6, 15, 31, 0, 1, 10, 29, 62, 115, 0, 1, 18, 63, 148, 288, 496, 0, 1, 34, 149, 392, 826, 1496, 2437, 0, 1, 66, 375, 1120, 2592, 5036, 8615, 13435, 0, 1, 130, 989, 3392, 8698, 18332, 33391, 54548, 82127
Offset: 1
Examples
Triangle starts: [ 1] 1, [ 2] 0, 2, [ 3] 0, 1, 4, [ 4] 0, 1, 4, 10, [ 5] 0, 1, 6, 15, 31, [ 6] 0, 1, 10, 29, 62, 115, [ 7] 0, 1, 18, 63, 148, 288, 496, [ 8] 0, 1, 34, 149, 392, 826, 1496, 2437, [ 9] 0, 1, 66, 375, 1120, 2592, 5036, 8615, 13435, [10] 0, 1, 130, 989, 3392, 8698, 18332, 33391, 54548, 82127, [11] 0, 1, 258, 2703, 10768, 30768, 70868, 138635, 239688, 377001, 551384, ...
Comments