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!)
A304459 Coefficient of x^n in Product_{k>=1} (1+x^k)^(n^3). 2
1, 1, 36, 3681, 770576, 276218900, 151479085752, 117975860569973, 123825991870849088, 168480096257782525419, 288418999876101261408100, 606652152400218992684850772, 1537897976017806908644807294656, 4624364862288125600795358272563097 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
COMMENTS
In general, for m>=3, coefficient of x^n in Product_{k>=1} (1+x^k)^(n^m) is asymptotic to n^(m*n)/n!.
LINKS
FORMULA
a(n) ~ exp(n) * n^(2*n - 1/2) / sqrt(2*Pi).
MATHEMATICA
nmax = 20; Table[SeriesCoefficient[Product[(1+x^k)^(n^3), {k, 1, n}], {x, 0, n}], {n, 0, nmax}]
nmax = 20; Table[SeriesCoefficient[(QPochhammer[-1, x]/2)^(n^3), {x, 0, n}], {n, 0, nmax}]
CROSSREFS
Sequence in context: A194611 A165984 A297021 * A295595 A003744 A163034
KEYWORD
nonn
AUTHOR
Vaclav Kotesovec, May 13 2018
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 23 16:28 EDT 2024. Contains 371916 sequences. (Running on oeis4.)