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 left 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 + 32*x^10 + 16*x^11 + ...
G.f. = 4 + 16*q^4 + 16*q^8 + 32*q^16 + 16*q^18 + 32*q^20 + 16*q^22 + 16*q^28 + 64*q^32 + ...
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[2*(p[q]*p[q^7]*p[q^9]*p[q^63] + p[-q]*p[-q^7]*p[-q^9]*p[-q^63] + 4*q^4*f[-q^6]^2*f[-q^42]^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