OFFSET
2,3
COMMENTS
We only consider k <= 2^(n-1)-1 because T(n,k) = 0 when k >= 2^(n-1).
It appears that the rows T(n,1), ..., T(n,2^(n-1)-1) are unimodal.
LINKS
Colin Defant, Stack-sorting preimages of permutation classes, arXiv:1809.03123 [math.CO], 2018.
EXAMPLE
The only permutation pi of [3] such that s(pi) does not contain the pattern 123 is 231, so T(3,3) = 1.
Triangle begins:
1,
1, 2, 1,
1, 2, 6, 10, 13, 10, 3,
1, 2, 6, 24, 78, 232, 631, 1498, 3017, 4934, ...
(not all terms in the fourth row are known).
CROSSREFS
KEYWORD
nonn,tabf,more
AUTHOR
Colin Defant, Sep 10 2018
STATUS
approved