OFFSET
0,5
LINKS
Christian Krattenthaler and Thomas W. Müller, The congruence properties of Romik's sequence of Taylor coefficients of Jacobi's theta function theta_3, arXiv:2304.11471 [math.NT], 2023. See p. 6.
EXAMPLE
The triangle begins:
1;
0, 1;
0, 48, 1;
0, 7584, 240, 1;
0, 2515968, 97664, 672, 1;
0, 1432498176, 63221760, 560448, 1440, 1;
...
MATHEMATICA
U[x_]:=x*Hypergeometric2F1[3/4, 3/4, 3/2, 4*x^2]/Hypergeometric2F1[1/4, 1/4, 1/2, 4*x^2]; T[n_, k_]:=2^(n-k)(2n)!/(2k)!SeriesCoefficient[U[x]^(2k), {x, 0, 2n}]; Table[T[n, k], {n, 0, 7}, {k, 0, n}]//Flatten
CROSSREFS
KEYWORD
nonn,tabl
AUTHOR
Stefano Spezia, Apr 30 2023
STATUS
approved