OFFSET
0,4
LINKS
Tian-Xiao He and Roksana Słowik, Total Positivity of Almost-Riordan Arrays, Graphs and Combinatorics 41, 115 (2025), see pp. 16-17; arXiv preprint, arXiv:2406.03774 [math.CO], 2024. See pp. 17-18.
EXAMPLE
The triangle of the fractions begins as:
1/1;
1/1, 1/1;
3/2, 2/1, 1/1;
5/2, 15/4, 3/1, 1/1;
35/8, 7/1, 7/1, 4/1, 1/1;
63/8, 105/8, 15/1, 45/4, 5/1, 1/1;
...
MATHEMATICA
T[n_, 0]:=Denominator[SeriesCoefficient[(1-x+Sqrt[1-2x])/(1-2x+(1-x)Sqrt[1-2x]), {x, 0, n}]]; T[n_, k_]:=Denominator[SeriesCoefficient[2/(1-2x+(1-x)Sqrt[1-2x])*(2(1-x-Sqrt[1-2x])/x)^(k-1), {x, 0, n-1}]]; Table[T[n, k], {n, 0, 12}, {k, 0, n}]//Flatten
CROSSREFS
KEYWORD
AUTHOR
Stefano Spezia, Oct 12 2025
STATUS
approved
