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!)
A262346 Expansion of Product_{k>=1} (1-x^(3*k))/(1-x^(2*k)). 3
1, 0, 1, -1, 2, -1, 2, -2, 4, -3, 5, -5, 8, -7, 10, -10, 15, -14, 19, -20, 27, -26, 34, -36, 47, -47, 59, -63, 79, -81, 99, -106, 130, -135, 162, -174, 208, -219, 258, -278, 328, -347, 404, -436, 507, -540, 621, -671, 772, -825, 941, -1017, 1159, -1242, 1405 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,5
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 * 5^(1/4) * exp(Pi*sqrt(5*n/2)/3) / (3 * 2^(7/4) * n^(3/4)).
EXAMPLE
G.f. = 1 + x^2 - x^3 + 2*x^4 - x^5 + 2*x^6 - 2*x^7 + 4*x^8 - 3*x^9 + 5*x^10 + ...
MATHEMATICA
nmax = 60; CoefficientList[Series[Product[(1-x^(3*k))/(1-x^(2*k)), {k, 1, nmax}], {x, 0, nmax}], x]
CoefficientList[Series[QPochhammer[x^3]/QPochhammer[x^2], {x, 0, 60}], x]
PROG
(PARI) lista(nn) = {q='q+O('q^nn); Vec(eta(q^3)/eta(q^2))} \\ Altug Alkan, Mar 21 2018
CROSSREFS
Sequence in context: A337485 A328678 A184199 * A242560 A204596 A324387
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 April 24 18:17 EDT 2024. Contains 371962 sequences. (Running on oeis4.)