OFFSET
1,2
LINKS
Donovan Young, Table of n, a(n) for n = 1..9870
Donovan Young, A critical quartet for queuing couples, arXiv:2007.13868 [math.CO], 2020.
FORMULA
E.g.f.: (sqrt(1 - 2*y*x) - sqrt(1 - 2*x))/(1 - 2*x)/(1 - y).
EXAMPLE
Triangle begins:
1;
5, 1;
33, 9, 3;
279, 87, 39, 15;
2895, 975, 495, 255, 105;
...
For n = 2 and k = 1, let the four vertices be {1,2,3,4}. The marked chord can only be (1,4) and it contains one other chord, namely (2,3), hence T(2,1) = 1.
MATHEMATICA
CoefficientList[Normal[Series[(Sqrt[1-2*y*x]-Sqrt[1-2*x])/(1-2*x)/(1-y), {x, 0, 10}]]/.{x^n_.->x^n*n!}, {x, y}]
CROSSREFS
KEYWORD
nonn,tabl
AUTHOR
Donovan Young, Jul 29 2020
STATUS
approved