The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A262364 Expansion of Product_{k>=1} (1-x^(5*k))/(1-x^(2*k)). 2
1, 0, 1, 0, 2, -1, 3, -1, 5, -2, 6, -3, 10, -5, 13, -7, 19, -11, 25, -15, 35, -22, 45, -30, 62, -41, 79, -55, 105, -75, 134, -98, 175, -130, 220, -168, 284, -219, 355, -280, 451, -360, 561, -455, 705, -578, 870, -725, 1085, -910, 1331, -1132, 1644, -1410 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,5
COMMENTS
In general, if m >= 1 and g.f. = Product_{k>=1} (1-x^((2*m+1)*k))/(1-x^(2*k)), then a(n) ~ (-1)^n * exp(Pi*sqrt((4*m+1)*n/(6*(2*m+1)))) * (4*m+1)^(1/4) / (2^(7/4) * 3^(1/4) * (2*m+1)^(3/4) * n^(3/4)).
LINKS
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, p. 15.
FORMULA
a(n) ~ (-1)^n * 3^(1/4) * exp(Pi*sqrt(3*n/10)) / (2^(7/4) * 5^(3/4) * n^(3/4)).
EXAMPLE
G.f. = 1 + x^2 + 2*x^4 - x^5 + 3*x^6 - x^7 + 5*x^8 - 2*x^9 + ...
MATHEMATICA
nmax = 60; CoefficientList[Series[Product[(1-x^(5*k))/(1-x^(2*k)), {k, 1, nmax}], {x, 0, nmax}], x]
CoefficientList[Series[QPochhammer[x^5]/QPochhammer[x^2], {x, 0, 60}], x]
PROG
(PARI) lista(nn) = {q='q+O('q^nn); Vec(eta(q^5)/eta(q^2))} \\ Altug Alkan, Mar 21 2018
CROSSREFS
Sequence in context: A249810 A257111 A011129 * A266768 A154279 A065370
KEYWORD
sign
AUTHOR
Vaclav Kotesovec, Sep 23 2015
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified May 12 16:52 EDT 2024. Contains 372492 sequences. (Running on oeis4.)