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^(-13/24) * eta(q)^3 * eta(q^4)^2 * eta(q^6)^3 / eta(q^2)^8 in powers of q.
Euler transform of period 12 sequence [-3, 5, -3, 3, -3, 2, -3, 3, -3, 5, -3, 0, ...].
EXAMPLE
G.f. = 1 - 3*x + 8*x^2 - 19*x^3 + 42*x^4 - 86*x^5 + 166*x^6 + ...
G.f. = q^13 - 3*q^37 + 8*q^61 - 19*q^85 + 42*q^109 - 86*q^133 + ...
MATHEMATICA
a[ n_] := SeriesCoefficient[ 2 x^(1/8) QPochhammer[ x^6]^3 / (QPochhammer[ -x]^2 EllipticTheta[ 2 , 0, x^(1/2)]), {x, 0, n}];
PROG
(PARI) {a(n) = my(A); if( n<0, 0, A = x * O(x^n); polcoeff( eta(x + A)^3 * eta(x^4 + A)^2 * eta(x^6 + A)^3 / eta(x^2 + A)^8, n))};
(PARI) q='q+O('q^99); Vec(eta(q)^3*eta(q^4)^2*eta(q^6)^3/eta(q^2)^8) \\ Altug Alkan, Jul 31 2018
CROSSREFS
KEYWORD
sign
AUTHOR
Michael Somos, Sep 13 2015
STATUS
approved