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^(-1/3) * eta(q^2)^12 * eta(q^3) * eta(q^12) / (eta(q)^5 * eta(q^4)^5 * eta(q^6)) in powers of q.
Euler transform of period 12 sequence [5, -7, 4, -2, 5, -7, 5, -2, 4, -7, 5, -3, ...].
G.f. is a period 1 Fourier series which satisfies f(-1 / (36 t)) = 72^(1/2) (t/i)^(3/2) g(t) where q = exp(2 Pi i t) and g() is the g.f. for A246927.
2 * a(n) = A246928(3*n + 1).
EXAMPLE
G.f. = 1 + 5*x + 8*x^2 + 4*x^3 + 4*x^4 + 13*x^5 + 12*x^6 + 4*x^7 + 5*x^8 + ...
G.f. = q + 5*q^4 + 8*q^7 + 4*q^10 + 4*q^13 + 13*q^16 + 12*q^19 + 4*q^22 + ...
MATHEMATICA
a[ n_] := SeriesCoefficient[ QPochhammer[ -x, x^2] EllipticTheta[ 3, 0, x]^2 EllipticTheta[ 2, Pi/4, x^(3/2)] / (2^(1/2) x^(3/8)), {x, 0, n}]; (* Michael Somos, Jan 08 2015 *)
PROG
(PARI) {a(n) = my(A); if( n<0, 0, A = x * O(x^n); polcoeff( eta(x^2 + A)^12 * eta(x^3 + A) * eta(x^12 + A) / (eta(x + A)^5 * eta(x^4 + A)^5 * eta(x^6 + A)), n))};
(Magma) A := Basis( ModularForms( Gamma0(36), 3/2), 210); A[2] + 5*A[5];
CROSSREFS
KEYWORD
nonn
AUTHOR
Michael Somos, Sep 07 2014
STATUS
approved