OFFSET
0,2
COMMENTS
LINKS
G. C. Greubel, Table of n, a(n) for n = 0..2500
Michael Somos, Introduction to Ramanujan theta functions
Eric Weisstein's World of Mathematics, Ramanujan Theta Functions
FORMULA
Expansion of q^(-3/4) * eta(q)^2 * eta(q^4) * eta(q^8)^2 / eta(q^2)^2 in powers of q.
G.f. is a period 1 Fourier series which satisfies f(-1 / (64 t)) = 8 (t/i)^(3/2) g(t) where q = exp(2 Pi i t) and g() is the g.f. for A246815.
EXAMPLE
G.f. = 1 - 2*x + x^2 - 2*x^3 + 3*x^4 - 2*x^5 + 4*x^6 - 4*x^7 + 2*x^8 - 2*x^9 + ...
G.f. = q^3 - 2*q^7 + q^11 - 2*q^15 + 3*q^19 - 2*q^23 + 4*q^27 - 4*q^31 + 2*q^35 + ...
MATHEMATICA
a[ n_] := SeriesCoefficient[ EllipticTheta[ 2, Pi/4, x^(1/2)]^2 EllipticTheta[ 2, 0, x^2] / (4 x^(3/4)), {x, 0, n}];
PROG
(PARI) {a(n) = my(A); if( n<0, 0, A = x * O(x^n); polcoeff( eta(x + A)^2 * eta(x^4 + A) * eta(x^8 + A)^2 / eta(x^2 + A)^2, n))};
CROSSREFS
KEYWORD
sign
AUTHOR
Michael Somos, Sep 04 2014
STATUS
approved