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^(2/3) * (eta(q^2)^5 / (eta(q)^2 * eta(q^4)^3))^4 in powers of q.
Euler transform of period 4 sequence [ 8, -12, 8, 0, ...].
Empirical: Sum_{n>=0} a(n) / exp(n*Pi) = 8 * exp(-2*Pi/3) * sqrt(2) = A388803. - Simon Plouffe, Sep 18 2025
EXAMPLE
1 + 8*x + 24*x^2 + 32*x^3 + 28*x^4 + 80*x^5 + 192*x^6 + 192*x^7 + 134*x^8 + ...
q^-2 + 8*q + 24*q^4 + 32*q^7 + 28*q^10 + 80*q^13 + 192*q^16 + 192*q^19 + ...
MATHEMATICA
a[ n_]:= SeriesCoefficient[(EllipticTheta[3, 0, q]/QPochhammer[q^4])^4, {q, 0, n}];
PROG
(PARI) {a(n) = local(A); if( n<0, 0, A = x * O(x^n); polcoeff( (eta(x^2 + A)^5 / (eta(x + A)^2 * eta(x^4 + A)^3))^4, n))}
CROSSREFS
KEYWORD
nonn
AUTHOR
Michael Somos, Jul 03 2013
STATUS
approved
