OFFSET
0,1
LINKS
G. C. Greubel, Table of n, a(n) for n = 0..5000
Eric Weisstein's World of Mathematics, Jacobi Theta Functions
I. J. Zucker, Further Relations Amongst Infinite Series and Products. II. The Evaluation of Three-Dimensional Lattice Sums, J. Phys. A: Math. Gen. 23, 117-132, 1990.
FORMULA
Empirical: Sum_{n>=0} a(n) / exp(n*Pi) = exp(Pi / 8) * Pi^(1/4) * 2^(3/8) / Gamma(3/4) = A388474. - Simon Plouffe, Sep 17 2025
MATHEMATICA
a[n_] := SeriesCoefficient[ EllipticTheta[2, 0, q^(1/2)]/q^(1/8), {q, 0, n}]; Table[a[n], {n, 0, 101}] (* Jean-François Alcover, Nov 12 2012 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
Eric W. Weisstein, Nov 12 2003
STATUS
approved
