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 q^(-5/24) * eta(q^2)^4 * eta(q^3)^4 / (eta(q)^3 * eta(q^6)^2) in powers of q.
Euler transform of period 6 sequence [ 3, -1, -1, -1, 3, -3, ...].
a(n) = A224823(3*n).
EXAMPLE
1 + 3*x + 5*x^2 + 6*x^3 + 5*x^4 + 6*x^5 + 7*x^6 + 9*x^7 + 11*x^8 + 8*x^9 + ...
q^5 + 3*q^29 + 5*q^53 + 6*q^77 + 5*q^101 + 6*q^125 + 7*q^149 + 9*q^173 + ...
MATHEMATICA
a[n_] := SeriesCoefficient[ EllipticTheta[ 4, 0, q^3]^2 EllipticTheta[ 2, 0, q^(1/2)]/(2 q^(1/8) QPochhammer[q, q^2]^2), {q, 0, n}]
PROG
(PARI) {a(n) = local(A); if( n<0, 0, A = x * O(x^n); polcoeff( eta(x^2 + A)^4 * eta(x^3 + A)^4 / (eta(x + A)^3 * eta(x^6 + A)^2), n))}
CROSSREFS
KEYWORD
nonn
AUTHOR
Michael Somos, Jul 21 2013
STATUS
approved