OFFSET
0,2
LINKS
S. Hassani, J.-M. Maillard, and N. Zenine, On the diagonals of rational functions: the minimal number of variables (unabridged version), arXiv:2502.05543 [math-ph], 2025. See p. 21.
MATHEMATICA
a[n_]:=Numerator[SeriesCoefficient[Hypergeometric2F1[1/4, 3/4, 1, 2^6x/3^2]/Sqrt[1-4x], {x, 0, n}]]; Array[a, 18, 0]
PROG
(PARI) my(x='x+O('x^30)); Vec(apply(numerator, hypergeom([1/4, 3/4], [1], 2^6*x/3^2)/sqrt(1 - 4*x))) \\ Michel Marcus, Feb 16 2025
CROSSREFS
KEYWORD
nonn,frac
AUTHOR
Stefano Spezia, Feb 16 2025
STATUS
approved
