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!)
A327048 Expansion of Product_{k>=1} (1 + x^k) * (1 + x^(2*k)) * (1 + x^(3*k)) / ((1 - x^k) * (1 - x^(2*k)) * (1 - x^(3*k))). 3
1, 2, 6, 14, 30, 60, 120, 220, 402, 710, 1224, 2064, 3438, 5596, 9012, 14304, 22422, 34740, 53330, 80960, 121908, 181976, 269484, 396072, 578232, 838258, 1207896, 1730058, 2463900, 3490020, 4918572, 6897012, 9626610, 13375776, 18504852, 25494456, 34985530 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
Convolution of A327045 and A327042.
LINKS
FORMULA
a(n) ~ 11 * exp(sqrt(11*n/6)*Pi) / (2^(13/2)*sqrt(3)*n^(3/2)).
MATHEMATICA
nmax = 50; CoefficientList[Series[Product[(1+x^k) * (1+x^(2*k)) * (1+x^(3*k)) / ((1-x^k) * (1-x^(2*k)) * (1-x^(3*k))), {k, 1, nmax}], {x, 0, nmax}], x]
CROSSREFS
Cf. A301554.
Sequence in context: A339668 A260058 A331699 * A228038 A122958 A122959
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 August 22 23:25 EDT 2024. Contains 375369 sequences. (Running on oeis4.)