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!)
A292037 Expansion of Product_{k>=1} ((1 + x^(2*k-1)) / (1 - x^(2*k-1)))^k. 5
1, 2, 2, 6, 10, 16, 30, 46, 78, 124, 196, 306, 470, 724, 1086, 1644, 2438, 3608, 5304, 7734, 11232, 16196, 23270, 33206, 47250, 66846, 94232, 132280, 184966, 257720, 357768, 495090, 682702, 938760, 1286668, 1758708, 2397012, 3258340, 4417570, 5974204, 8059824 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
Convolution of A263140 and A035528 (with a(0)=1).
LINKS
FORMULA
a(n) ~ exp(-1/24 - Pi^4/(1344*Zeta(3)) + Pi^2 * n^(1/3) / (8*(7*Zeta(3))^(1/3)) + 3*(7*Zeta(3))^(1/3) * n^(2/3)/4) * A^(1/2) * (7*Zeta(3))^(11/72) / (2^(5/4) * sqrt(3*Pi) * n^(47/72)), where A is the Glaisher-Kinkelin constant A074962.
MATHEMATICA
nmax = 50; CoefficientList[Series[Product[((1+x^(2*k-1))/(1-x^(2*k-1)))^k, {k, 1, nmax}], {x, 0, nmax}], x]
CROSSREFS
Sequence in context: A181551 A362934 A127404 * A184842 A181409 A248800
KEYWORD
nonn
AUTHOR
Vaclav Kotesovec, Sep 08 2017
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 20:08 EDT 2024. Contains 371963 sequences. (Running on oeis4.)