1, 1, 1, 1, 1, 1, 3, 1, 1, 7, 7, 1, 1, 14, 31, 14, 1, 1, 26, 109, 109, 26, 1, 1, 46, 334, 623, 334, 46, 1, 1, 79, 937, 2951, 2951, 937, 79, 1, 1, 133, 2475, 12331, 20641, 12331, 2475, 133, 1, 1, 221, 6267, 47191, 123216, 123216, 47191, 6267, 221, 1
Offset: 0
From _Kyle Petersen_, Jun 02 2024: (Start)
Triangle T(n, k) begins:
1;
1;
1;
1, 1;
1, 3, 1;
1, 7, 7, 1;
1, 14, 31, 14, 1;
1, 26, 109, 109, 26, 1;
1, 46, 334, 623, 334, 46, 1;
1, 79, 937, 2951, 2951, 937, 79, 1;
...
For n=4, the naturally labeled zig-zag poset 1<3>2<4 has five linear extensions: 1234, 1243, 2134, 2143, 2413, and their descent numbers are (respectively) 0, 1, 1, 2, 1. Thus T(4,0) = 1, T(4,1) = 3, and T(4,2) = 1. Also with n=4, there are five up-down permutations: 1324, 1423, 2314, 2413, 3412, and their big return numbers are (respectively) 0, 1, 1, 2, 1. (End)
Without the first two ones the data can be seen as an array M read by antidiagonals. Christopher H. Gribble kindly calculated the first 100 antidiagonals which starts as:
1, 1, 1, 1, 1, 1, ...
1, 3, 7, 14, 26, 46, ...
1, 7, 31, 109, 334, 937, ...
1, 14, 109, 623, 2951, 12331, ...
1, 26, 334, 2951, 20641, 123216, ...
1, 46, 937, 12331, 123216, 1019051, ...
...
The antidiagonals of M written as the rows of a triangle, yielding then, by the conjectures and the definition of H_m(x), row m = 7 of table A050446 has generating function H_7(x)/(1-x)^7 = (Sum_{j=0..4} M_{4-j,j}*x^j)/(1-x)^7 = (1 + 14*x + 31*x^2 + 14*x^3 + x^4)/(1-x)^7.
Comments