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!)
A327046 Expansion of Product_{k>=1} (1 + x^k) * (1 + x^(2*k)) * (1 + x^(3*k)) * (1 + x^(4*k)). 4
1, 1, 2, 4, 6, 9, 15, 21, 30, 45, 62, 85, 120, 161, 216, 293, 385, 505, 667, 862, 1112, 1438, 1833, 2330, 2965, 3733, 4688, 5887, 7334, 9114, 11319, 13970, 17203, 21162, 25905, 31643, 38605, 46911, 56891, 68904, 83179, 100224, 120603, 144719, 173360, 207396 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) ~ sqrt(5) * exp(5*Pi*sqrt(n)/6) / (16*sqrt(3)*n^(3/4)).
MATHEMATICA
nmax = 50; CoefficientList[Series[Product[(1+x^k) * (1+x^(2*k)) * (1+x^(3*k)) * (1+x^(4*k)), {k, 1, nmax}], {x, 0, nmax}], x]
CROSSREFS
Sequence in context: A306597 A127740 A323432 * A024787 A266648 A076922
KEYWORD
nonn
AUTHOR
Vaclav Kotesovec, Aug 16 2019
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 19 19:02 EDT 2024. Contains 371798 sequences. (Running on oeis4.)