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!)
A266822 Expansion of Product_{k>=1} ((1 + x^k) * (1 + 3*x^k)). 3
1, 4, 7, 20, 35, 60, 124, 200, 324, 524, 865, 1320, 2016, 3036, 4453, 6684, 9668, 13856, 19792, 27876, 38956, 54640, 75320, 103268, 141191, 191320, 257892, 346164, 463284, 615292, 814883, 1074556, 1409904, 1844284, 2402756, 3118020, 4038164, 5207344, 6694116 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
Convolution of A000009 and A032308.
LINKS
FORMULA
a(n) ~ c^(1/4) * exp(2*sqrt(c*n)) / (4*sqrt(2*Pi) * n^(3/4)), where c = Pi^2/4 + log(3)^2/2 + polylog(2, -1/3) = 2.761842454190822171313479302500904035832... .
MATHEMATICA
nmax = 40; CoefficientList[Series[Product[(1+x^k) * (1+3*x^k), {k, 1, nmax}], {x, 0, nmax}], x]
CROSSREFS
Sequence in context: A084404 A147065 A049947 * A296624 A296663 A066345
KEYWORD
nonn
AUTHOR
Vaclav Kotesovec, Jan 04 2016
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 21:09 EDT 2024. Contains 371798 sequences. (Running on oeis4.)