OFFSET
0,2
COMMENTS
LINKS
Vaclav Kotesovec, Table of n, a(n) for n = 0..2000
Michael Somos, Introduction to Ramanujan theta functions
Eric Weisstein's World of Mathematics, Ramanujan Theta Functions
FORMULA
Expansion of q^(-2/3) * (eta(q) * eta(q^3) * eta(q^4) * eta(q^12) / (eta(q^2)^3 * eta(q^6)))^2 in powers of q.
Euler transform of period 12 sequence [ -2, 4, -4, 2, -2, 4, -2, 2, -4, 4, -2, 0, ...].
G.f. is a period 1 Fourier series which satisfies f(-1 / (36 t)) = (1/3) g(t) where q = exp(2 Pi i t) and g() is the g.f. for A262930. - Michael Somos, Nov 07 2015
Convolution square of A139135. - Michael Somos, Nov 07 2015
a(n) ~ (-1)^n * exp(2*Pi*sqrt(n/3)) / (8*3^(5/4)*n^(3/4)). - Vaclav Kotesovec, Nov 16 2017
EXAMPLE
G.f. = 1 - 2*x + 5*x^2 - 12*x^3 + 24*x^4 - 46*x^5 + 86*x^6 - 152*x^7 + ...
G.f. = q^2 - 2*q^5 + 5*q^8 - 12*q^11 + 24*q^14 - 46*q^17 + 86*q^20 + ...
MATHEMATICA
a[ n_] := SeriesCoefficient[ EllipticTheta[ 2, Pi/4, x^(3/2)]^2 / (2 x^(3/4) QPochhammer[ -x]^2), {x, 0, n}];
PROG
(PARI) {a(n) = my(A); if( n<0, 0, A = x * O(x^n); polcoeff( (eta(x + A) * eta(x^3 + A) * eta(x^4 + A) * eta(x^12 + A) / (eta(x^2 + A)^3 * eta(x^6 + A)))^2, n))};
CROSSREFS
KEYWORD
sign
AUTHOR
Michael Somos, Aug 16 2015
STATUS
approved