OFFSET
0,4
LINKS
Tian-Xiao He and Roksana Słowik, Total Positivity of Almost-Riordan Arrays, Graphs and Combinatorics 41, 115 (2025), see p. 17; arXiv preprint, arXiv:2406.03774 [math.CO], 2024. See p. 18.
EXAMPLE
The triangle of the fractions begins as:
1/1;
1/1, 1/1;
3/2, 2/1, 1/1;
5/2, 57/16, 5/2, 1/1;
137/32, 199/32, 39/8, 3/1, 1/1;
473/64, 1383/128, 283/32, 103/16, 7/2, 1/1;
...
MATHEMATICA
T[n_, 0]:=Numerator[SeriesCoefficient[(3x-2-2Sqrt[1-x])/(-x^2+5x-2+2(x-1)Sqrt[1-x]), {x, 0, n}]]; T[n_, k_]:=Numerator[SeriesCoefficient[4/(2(1-x)Sqrt[1-x]+x^2-5x+2)*((8-4x-8Sqrt[1-x])/x)^(k-1), {x, 0, n-1}]]; Table[T[n, k], {n, 0, 9}, {k, 0, n}]//Flatten
CROSSREFS
KEYWORD
AUTHOR
Stefano Spezia, Oct 12 2025
STATUS
approved
