login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A022624
Expansion of Product_{m>=1} (1+q^m)^(-29).
2
1, -29, 406, -3683, 24592, -130558, 582233, -2273136, 8008524, -26002734, 78934897, -226364662, 618201990, -1618116248, 4079918534, -9950307189, 23552872174, -54265164588, 121990316096, -268139308160, 577310455320, -1219428331519, 2530473842822, -5165078293276, 10381346324862
OFFSET
0,2
LINKS
FORMULA
a(n) ~ (-1)^n * 29^(1/4) * exp(Pi*sqrt(29*n/6)) / (2^(7/4) * 3^(1/4) * n^(3/4)). - Vaclav Kotesovec, Aug 27 2015
MATHEMATICA
nmax = 50; CoefficientList[Series[Product[1/(1 + x^k)^29, {k, 1, nmax}], {x, 0, nmax}], x] (* Vaclav Kotesovec, Aug 27 2015 *)
CROSSREFS
Sequence in context: A077514 A210260 A010945 * A042630 A174885 A264160
KEYWORD
sign
STATUS
approved