OFFSET
0,3
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^(-11/6) * eta(q^3)^3 * eta(q^24)^2 / (eta(q) * eta(q^12)) in powers of q.
Euler transform of period 24 sequence [ 1, 1, -2, 1, 1, -2, 1, 1, -2, 1, 1, -1, 1, 1, -2, 1, 1, -2, 1, 1, -2, 1, 1, -3, ...].
-2 * a(n) = A263527(2*n + 3). - Michael Somos, Nov 05 2015
EXAMPLE
G.f. = 1 + x + 2*x^2 + 2*x^4 + x^5 + 2*x^6 + x^8 + 2*x^9 + 2*x^10 + ...
G.f. = q^11 + q^17 + 2*q^23 + 2*q^35 + q^41 + 2*q^47 + q^59 + 2*q^65 + ...
MATHEMATICA
a[ n_] := SeriesCoefficient[ QPochhammer[ q^3]^3 EllipticTheta[ 2, 0, q^6] / ( 2 q^(3/2) QPochhammer[ q]), {q, 0, n}];
PROG
(PARI) {a(n) = my(A); if( n<0, 0, A = x * O(x^n); polcoeff( eta(x^3 + A)^3 * eta(x^24 + A)^2 / (eta(x + A) * eta(x^12 + A)), n))};
CROSSREFS
KEYWORD
nonn
AUTHOR
Michael Somos, Oct 18 2015
STATUS
approved