OFFSET
1,2
COMMENTS
T(n,k) is also the number of non-crossing configurations with exactly k polyomino matchings in a generalized game of memory played on the path of length 4n, see [Young].
For the case of partitions of {1..3n} into sets of 3, see A091320.
For the case of partitions of {1..2n} into sets of 2, see A001263.
LINKS
Donovan Young, Linear k-Chord Diagrams, arXiv:2004.06921 [math.CO], 2020.
FORMULA
G.f.: G(t, z) satisfies z*G^4 - (1 + z - t*z)*G + 1 = 0.
EXAMPLE
Triangle starts:
1;
3, 1;
9, 12, 1;
27, 81, 31, 1;
81, 432, 390, 65, 1;
243, 2025, 3330, 1365, 120, 1;
...
For n=2 and k=1 the configurations are (1,6,7,8),(2,3,4,5), (1,2,7,8),(3,4,5,6), and (1,2,3,8),(4,5,6,7); hence T(2,1) = 3.
CROSSREFS
KEYWORD
nonn,tabl
AUTHOR
Donovan Young, May 28 2020
STATUS
approved