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 eta(q)^2 * eta(q^8)^3 / (eta(q^2) * eta(q^24)) in powers of q.
Euler transform of period 24 sequence [ -2, -1, -2, -1, -2, -1, -2, -4, -2, -1, -2, -1, -2, -1, -2, -4, -2, -1, -2, -1, -2, -1, -2, -3, ...].
G.f. is a period 1 Fourier series which satisfies f(-1 / (144 t)) = 279936^(1/2) (t/I)^(3/2) g(t) where q = exp(2 Pi i t) and g() is the g.f. for A263452.
a(4*n + 2) = a(4*n + 3) = a(8*n + 5) = a(9*n + 6) = 0.
EXAMPLE
G.f. = 1 - 2*x + 2*x^4 - 3*x^8 + 4*x^9 - 6*x^12 + 2*x^16 + 6*x^17 - 14*x^25 + ...
MATHEMATICA
a[ n_] := SeriesCoefficient[ EllipticTheta[ 4, 0, q] QPochhammer[ q^8]^3 / QPochhammer[ q^24], {q, 0, n}];
PROG
(PARI) {a(n) = my(A); if( n<0, 0, A = x * O(x^n); polcoeff( eta(x + A)^2 * eta(x^8 + A)^3 / (eta(x^2 + A) * eta(x^24 + A)), n))};
CROSSREFS
KEYWORD
sign
AUTHOR
Michael Somos, Oct 19 2015
STATUS
approved