%I #11 Apr 22 2022 10:39:15
%S 1,3,1,9,12,1,27,81,31,1,81,432,390,65,1,243,2025,3330,1365,120,1,729,
%T 8748,22815,17415,3909,203,1,2187,35721,135513,166320,70938,9730,322,
%U 1,6561,139968,728028,1312038,911358,242004,21816,486,1,19683,531441,3630420,9032310,9294264,4067658,722316,45090,705,1
%N Triangle read by rows: T(n,k) is the number of non-crossing set partitions of {1..4n} into n sets of 4 with k of the sets being a contiguous set of elements.
%C 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].
%C For the case of partitions of {1..3n} into sets of 3, see A091320.
%C For the case of partitions of {1..2n} into sets of 2, see A001263.
%H Donovan Young, <a href="https://arxiv.org/abs/2004.06921">Linear k-Chord Diagrams</a>, arXiv:2004.06921 [math.CO], 2020.
%F G.f.: G(t, z) satisfies z*G^4 - (1 + z - t*z)*G + 1 = 0.
%e Triangle starts:
%e 1;
%e 3, 1;
%e 9, 12, 1;
%e 27, 81, 31, 1;
%e 81, 432, 390, 65, 1;
%e 243, 2025, 3330, 1365, 120, 1;
%e ...
%e 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.
%Y Row sums are A002293.
%Y Column 2 is A069996.
%Y Cf. A001263, A091320, A334063.
%K nonn,tabl
%O 1,2
%A _Donovan Young_, May 28 2020