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!)
A285295 Expansion of Product_{k>=1} (1 + x^(4*k))^(4*k) / (1 + x^k)^k. 2
1, -1, -1, -2, 5, -4, 0, -6, 26, -16, 6, -31, 93, -81, 19, -147, 310, -295, 136, -486, 1069, -940, 645, -1575, 3338, -3021, 2301, -5089, 9735, -9381, 7548, -15506, 27556, -27587, 23664, -44862, 76043, -77620, 70982, -124744, 204389, -211376, 203644, -336775 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
LINKS
FORMULA
a(n) ~ (-1)^n * exp(-1/12 + 3 * (5*Zeta(3))^(1/3) * n^(2/3) / 4) * A * (5*Zeta(3))^(5/36) / (2^(5/4) * sqrt(3*Pi) * n^(23/36)), where A is the Glaisher-Kinkelin constant A074962. - Vaclav Kotesovec, Apr 17 2017
MATHEMATICA
nmax = 50; CoefficientList[Series[Product[(1 + x^(4*k))^(4*k) / (1 + x^k)^k, {k, 1, nmax}], {x, 0, nmax}], x] (* Vaclav Kotesovec, Apr 16 2017 *)
CROSSREFS
Product_{k>=1} (1 + x^(m*k))^(m*k) / (1 + x^k)^k: A284628 (m=2), A285294 (m=3), this sequence (m=4).
Cf. A285292.
Sequence in context: A199602 A324057 A106315 * A217563 A373427 A254881
KEYWORD
sign
AUTHOR
Seiichi Manyama, Apr 16 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 August 29 03:06 EDT 2024. Contains 375510 sequences. (Running on oeis4.)