OFFSET
0,6
COMMENTS
LINKS
G. C. Greubel, Table of n, a(n) for n = 0..1000
Vaclav Kotesovec, A method of finding the asymptotics of q-series based on the convolution of generating functions, arXiv:1509.08708 [math.CO], 2015-2016.
Michael Somos, Introduction to Ramanujan theta functions
Eric Weisstein's World of Mathematics, Ramanujan Theta Functions
FORMULA
Expansion of f(x^6) / f(-x^1, -x^5) in powers of x where f(,) is a Ramanujan theta function.
Expansion of q^(1/12) * eta(q^2) * eta(q^3) * eta(q^12)^3 / (eta(q) * eta(q^6)^3 * eta(q^24)) in powers of q.
Euler transform of period 24 sequence [ 1, 0, 0, 0, 1, 2, 1, 0, 0, 0, 1, -1, 1, 0, 0, 0, 1, 2, 1, 0, 0, 0, 1, 0, ...].
a(n) ~ 11^(1/4) * exp(Pi*sqrt(11*n)/6) / (4*sqrt(6)*n^(3/4)). - Vaclav Kotesovec, Jul 11 2016
EXAMPLE
G.f. = 1 + x + x^2 + x^3 + x^4 + 2*x^5 + 4*x^6 + 5*x^7 + 5*x^8 + 5*x^9 + ...
G.f. = 1/q + q^11 + q^23 + q^35 + q^47 + 2*q^59 + 4*q^71 + 5*q^83 + 5*q^95 + ...
MATHEMATICA
a[ n_] := SeriesCoefficient[ QPochhammer[ -x^6] / (QPochhammer[ x, x^6] QPochhammer[ x^5, x^6] QPochhammer[ x^6]), {x, 0, n}];
a[ n_] := SeriesCoefficient[ QPochhammer[ -x^6, x^12] QPochhammer[ -x, x] QPochhammer[ x^3, -x^3], {x, 0, n}];
PROG
(PARI) {a(n) = my(A); if( n<0, 0, A = x * O(x^n); polcoeff( eta(x^2 + A) * eta(x^3 + A) * eta(x^12 + A)^3 / (eta(x + A) * eta(x^6 + A)^3 * eta(x^24 + A)), n))};
CROSSREFS
KEYWORD
nonn
AUTHOR
Michael Somos, Sep 20 2013
STATUS
approved