OFFSET
0,3
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)^3 * eta(q^6)^4 / (eta(q^3)^2 * eta(q^12)^2) in powers of q.
Euler transform of period 12 sequence [ 0, -3, 2, -3, 0, -5, 0, -3, 2, -3, 0, -3, ...].
G.f. is a period 1 Fourier series which satisfies f(-1 / (36 t)) = 18^(3/2) (t/i)^(3/2) g(t) where q = exp(2 Pi i t) and g() is the g.f. for A257651.
G.f.: Product_{k>0} (1 - x^(2*k))^3 * (1 + x^(3*k))^2 / (1 + x^(6*k))^2.
EXAMPLE
G.f. = 1 - 3*x^2 + 2*x^3 - 6*x^5 + 6*x^6 - 3*x^8 + 12*x^9 - 6*x^11 + ...
MATHEMATICA
a[ n_] := SeriesCoefficient[ QPochhammer[ x^2]^3 EllipticTheta[ 3, 0, x^3] / QPochhammer[ 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)^3 * eta(x^6 + A)^4 / (eta(x^3 + A)^2 * eta(x^12 + A)^2), n))};
(Magma) A := Basis( ModularForms( Gamma0(36), 3/2), 71); A[1] - 3*A[3] + 2*A[4] + 6*A[6];
CROSSREFS
KEYWORD
sign
AUTHOR
Michael Somos, Jul 25 2015
STATUS
approved