OFFSET
0,2
COMMENTS
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
FORMULA
Expansion of (eta(q^2)^5 * eta(q^4)^3 / (eta(q)^6 * eta(q^8)^2))^2 in powers of q.
Euler transform of period 8 sequence [ 12, 2, 12, -4, 12, 2, 12, 0, ...].
a(n) = A260186(2*n).
EXAMPLE
G.f. = 1 + 12*x + 80*x^2 + 400*x^3 + 1664*x^4 + 6056*x^5 + 19904*x^6 + ...
MATHEMATICA
a[ n_] := SeriesCoefficient[ EllipticTheta[ 4, 0, x^2]^2 EllipticTheta[ 4, 0, x^4]^4 / EllipticTheta[ 4, 0, x]^6, {x, 0, n}];
PROG
(PARI) {a(n) = my(A); if( n<0, 0, A = x * O(x^n); polcoeff( (eta(x^2 + A)^5 * eta(x^4 + A)^3 / (eta(x + A)^6 * eta(x^8 + A)^2))^2, n))};
CROSSREFS
KEYWORD
nonn
AUTHOR
Michael Somos, Nov 06 2015
STATUS
approved