OFFSET
0,10
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^(-3/4) * eta(q) * eta(q^4) * eta(q^6) * eta(q^12) / (eta(q^2) * eta(q^3)) in powers of q.
Euler transform of period 12 sequence [ -1, 0, 0, -1, -1, 0, -1, -1, 0, 0, -1, -2, ...].
G.f. is a period 1 Fourier series which satisfies f(-1 / (144 t)) = 27^(1/2) (t/i) g(t) where q = exp(2 Pi i t) and g() is the g.f. for A246752.
EXAMPLE
G.f. = 1 - x - x^4 + x^6 - x^7 + 2*x^9 - x^10 + 2*x^15 - x^16 + x^18
+ ...
G.f. = q^3 - q^7 - q^19 + q^27 - q^31 + 2*q^39 - q^43 + 2*q^63 - q^67 + ...
MATHEMATICA
a[ n_] := SeriesCoefficient[ x^(1/4) EllipticTheta[ 2, Pi/4, x^(1/2)] QPochhammer[ x^12]^2 / EllipticTheta[ 2, Pi/4, x^(3/2)], {x, 0, n}]; (* Michael Somos, Aug 27 2015 *)
PROG
(PARI) {a(n) = my(A); if( n<0, 0, A = x * O(x^n); polcoeff( eta(x + A) * eta(x^4 + A) * eta(x^6 + A) * eta(x^12 + A) / (eta(x^2 + A) * eta(x^3 + A)), n))};
CROSSREFS
KEYWORD
sign
AUTHOR
Michael Somos, Sep 04 2014
STATUS
approved