OFFSET
0,2
COMMENTS
LINKS
G. C. Greubel, Table of n, a(n) for n = 0..1000
FORMULA
Expansion of (chi(-q)^3 / chi(-q^3))^2 in powers of q where chi() is a Ramanujan theta function.
Expansion of (eta(q)^3 * eta(q^6) / (eta(q^2)^3 * eta(q^3)))^2 in powers of q.
Euler transform of period 6 sequence [ -6, 0, -4, 0, -6, 0, ...].
G.f. is a period 1 Fourier series which satisfies f(-1 / (18 t)) = 4 g(t) where q = exp(2 Pi i t) and g() is g.f. for A216046.
G.f.: Product_{k>0} ((1 - x^(2*k-1))^3 / (1 - x^(6*k-3)))^2.
Convolution square of A141094.
a(n) ~ (-1)^n * exp(2*Pi*sqrt(2*n)/3) / (2^(3/4) * sqrt(3) * n^(3/4)). - Vaclav Kotesovec, Nov 16 2017
EXAMPLE
G.f. = 1 - 6*q + 15*q^2 - 24*q^3 + 39*q^4 - 72*q^5 + 123*q^6 - 192*q^7 + ...
MATHEMATICA
a[ n_] := SeriesCoefficient[ (QPochhammer[ x, x^2]^3 / QPochhammer[ x^3, x^6])^2, {x, 0, n}];
PROG
(PARI) {a(n) = local(A); if( n<0, 0, A = x * O(x^n); polcoeff( (eta(x + A)^3 * eta(x^6 + A) / (eta(x^2 + A)^3 * eta(x^3 + A)))^2, n))};
CROSSREFS
KEYWORD
sign
AUTHOR
Michael Somos, May 13 2014
STATUS
approved