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!)
A022627 Expansion of Product_{m>=1} (1+q^m)^(-32). 3
1, -32, 496, -4992, 36984, -217280, 1066432, -4548352, 17369116, -60711456, 197327712, -603261056, 1749861312, -4849210560, 12909347456, -33162318080, 82507571334, -199432268416, 469559849680, -1079335967872 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
In general, for k > 0, if g.f. = Product_{m>=1} 1/(1+q^m)^k, then a(n) ~ (-1)^n * exp(Pi*sqrt(k*n/6)) * k^(1/4) / (2^(7/4) * 3^(1/4) * n^(3/4)). - Vaclav Kotesovec, Aug 27 2015
LINKS
FORMULA
a(n) ~ (-1)^n * exp(4*Pi*sqrt(n/3)) / (sqrt(2) * 3^(1/4) * n^(3/4)). - Vaclav Kotesovec, Aug 27 2015
MATHEMATICA
nmax = 50; CoefficientList[Series[Product[1/(1 + x^k)^32, {k, 1, nmax}], {x, 0, nmax}], x] (* Vaclav Kotesovec, Aug 27 2015 *)
CROSSREFS
Sequence in context: A138412 A220735 A010948 * A238534 A297091 A371453
KEYWORD
sign
AUTHOR
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 20 03:42 EDT 2024. Contains 375310 sequences. (Running on oeis4.)