OFFSET
0,2
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^(-1/2) * (eta(q)^3 * eta(q^6)^4 / eta(q^3)^7)^2 in powers of q.
Euler transform of period 6 sequence [ -6, -6, 8, -6, -6, 0, ...].
-2 * a(n) = A261576(2*n + 1).
EXAMPLE
G.f. = 1 - 6*x + 9*x^2 + 24*x^3 - 114*x^4 + 126*x^5 + 262*x^6 - 1044*x^7 + ...
G.f. = q - 6*q^3 + 9*q^5 + 24*q^7 - 114*q^9 + 126*q^11 + 262*q^13 - 1044*q^15 + ...
MATHEMATICA
a[ n_] := SeriesCoefficient[ QPochhammer[ x]^6 QPochhammer[ x^3]^2 / EllipticTheta[ 4, 0, x^3]^8, {x, 0, n}];
PROG
(PARI) {a(n) = my(A); if( n<0, 0, A = x * O(x^n); polcoeff( (eta(x + A)^3 * eta(x^6 + A)^4 / eta(x^3 + A)^7)^2, n))};
CROSSREFS
KEYWORD
sign
AUTHOR
Michael Somos, Nov 09 2015
STATUS
approved