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)^8 / (eta(q)^2 * eta(q^4)^2 * eta(q^6)) in powers of q.
Euler transform of period 12 sequence [2, -6, 2, -4, 2, -5, 2, -4, 2, -6, 2, -3, ...].
a(n) = A263456(4*n). a(8*n + 5) = a(9*n + 6) = 0.
a(3*n + 2) = -3 * A261444(n).
Empirical: Sum_{n>=0} a(n) / exp(n*Pi) = (1/8) * Pi^(7/12) * 3^(1/6) * sqrt(2) * (3^(1/2)-1) * Gamma(2/3)^(1/3) * (sqrt(2) * (1+3^(1/2)))^(4/3) / Gamma(11/12)^(4/3) / Gamma(3/4)^(2/3) / Gamma(7/12) = A388940. - Simon Plouffe, Sep 21 2025
EXAMPLE
G.f. = 1 + 2*x - 3*x^2 - 6*x^3 + 2*x^4 + 12*x^7 - 3*x^8 - 4*x^9 + ...
MATHEMATICA
a[ n_] := SeriesCoefficient[ EllipticTheta[ 3, 0, q] QPochhammer[ q^2]^3 / QPochhammer[ q^6], {q, 0, n}];
PROG
(PARI) {a(n) = my(A); if( n<0, 0, A = x * O(x^n); polcoeff( eta(x^2 + A)^8 / (eta(x + A)^2 * eta(x^4 + A)^2 * eta(x^6 + A)), n))};
CROSSREFS
KEYWORD
sign
AUTHOR
Michael Somos, Oct 19 2015
STATUS
approved
