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. 19; arXiv preprint, arXiv:2406.03774 [math.CO], 2024. See p. 20.
EXAMPLE
The triangle of the fractions begins as:
1/1;
1/1, 1/1;
4/3, 2/1, 1/1;
2/1, 10/3, 5/1, 1/1;
28/9, 16/3, 58/3, 8/1, 1/1;
44/9, 76/9, 214/3, 133/3, 11/1, 1/1;
...
MATHEMATICA
T[n_, 0]:=Numerator[SeriesCoefficient[(3-3x)/(2x^2-6x+3), {x, 0, n}]]; T[n_, k_]:=Numerator[SeriesCoefficient[3/(2x^2-6x+3)((1-3x-Sqrt[5x^2-6x+1])/(2x))^(k-1), {x, 0, n-1}]]; Table[T[n, k], {n, 0, 12}, {k, 0, n}]//Flatten
CROSSREFS
KEYWORD
AUTHOR
Stefano Spezia, Oct 13 2025
STATUS
approved
