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”).

A265842
Expansion of Product_{k>=1} (1 + k^5*x^k).
6
1, 1, 32, 275, 1267, 11925, 51445, 406183, 1406614, 14690040, 51144366, 251885088, 1481359033, 5108404955, 42614629915, 158222158038, 588574803125, 2360755022421, 13255325882835, 39266011999104, 325719196861377, 1031732678138822, 3791401325667894
OFFSET
0,3
LINKS
FORMULA
G.f.: exp(Sum_{k>=1} Sum_{j>=1} (-1)^(k+1)*j^(5*k)*x^(j*k)/k). - Ilya Gutkovskiy, Oct 18 2018
Conjecture: log(a(n)) ~ 5*sqrt(n/2) * (log(2*n) - 2). - Vaclav Kotesovec, Dec 27 2020
MATHEMATICA
nmax = 40; CoefficientList[Series[Product[1 + k^5*x^k, {k, 1, nmax}], {x, 0, nmax}], x]
CROSSREFS
Column k=5 of A292189.
Sequence in context: A145711 A125369 A126527 * A248884 A223904 A122103
KEYWORD
nonn
AUTHOR
Vaclav Kotesovec, Dec 16 2015
STATUS
approved