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!)
A304446 Coefficient of x^n in Product_{k>=1} 1/(1-x^k)^(n^2). 4
1, 1, 14, 255, 6460, 209405, 8287038, 387605491, 20930373880, 1281932464680, 87828985857380, 6656774777650459, 553068813860022264, 49988877225605011590, 4883606791114233989450, 512829418039842285746460, 57607740718731604241384432, 6893420862444517638234527039 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) ~ exp(n + 3/2) * n^(n - 1/2) / sqrt(2*Pi).
MATHEMATICA
nmax = 20; Table[SeriesCoefficient[Product[1/(1-x^k)^(n^2), {k, 1, n}], {x, 0, n}], {n, 0, nmax}]
nmax = 20; Table[SeriesCoefficient[1/QPochhammer[x]^(n^2), {x, 0, n}], {n, 0, nmax}]
CROSSREFS
Sequence in context: A343688 A159516 A005611 * A304189 A115611 A205467
KEYWORD
nonn
AUTHOR
Vaclav Kotesovec, May 12 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 24 17:02 EDT 2024. Contains 371962 sequences. (Running on oeis4.)