OFFSET
0,1
COMMENTS
REFERENCES
Bruce C. Berndt, Ramanujan's Notebooks, Part IV, Springer-Verlag, 1984; see Entry 27, pp. 170-171. This is the right side of (27.1).
LINKS
G. C. Greubel, Table of n, a(n) for n = 0..1000
Michael Somos, Introduction to Ramanujan theta functions
Eric Weisstein's World of Mathematics, Ramanujan Theta Functions
EXAMPLE
G.f. = 4 + 16*x^2 + 16*x^4 + 32*x^8 + 16*x^9 + 64*x^10 + 48*x^11 + ...
G.f. = 4 + 16*q^4 + 16*q^8 + 32*q^16 + 16*q^18 + 64*q^20 + 48*q^22 + 32*q^26 + 16*q^28 + ...
MATHEMATICA
QP = QPochhammer; f[q_] := QPochhammer[-q, -q]; p[q_] := EllipticTheta[3, 0, q]; u[q_] := (1/2)*q^(-1/8)*EllipticTheta[2, 0, Sqrt[q]]; a[n_] := SeriesCoefficient[(p[q]*p[q^63] + p[-q]*p[-q^63] + 4*q^16*u[q^2]*u[q^(126)])^2, {q, 0, n}]; Table[a[n], {n, 0, 100}][[ ;; ;; 2]] (* G. C. Greubel, Dec 05 2017 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
Michael Somos, Dec 10 2009
STATUS
approved