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!)
A262884 Expansion of Product_{k>=1} ((1+x^(3*k-1))*(1+x^(3*k-2)))^k. 7
1, 1, 1, 1, 2, 4, 4, 7, 9, 11, 16, 23, 31, 40, 53, 71, 91, 121, 161, 206, 264, 343, 441, 563, 725, 922, 1166, 1476, 1869, 2357, 2967, 3725, 4659, 5816, 7263, 9050, 11241, 13947, 17269, 21333, 26342, 32479, 39957, 49094, 60231, 73775, 90273, 110333, 134643 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,5
COMMENTS
Convolution of A262878 and A262879.
LINKS
FORMULA
a(n) ~ exp(-Pi^4/(2592*Zeta(3)) + Pi^2 * n^(1/3) / (12*3^(2/3)*Zeta(3)^(1/3)) + 3^(2/3) * Zeta(3)^(1/3) * n^(2/3)/2) * Zeta(3)^(1/6) / (2^(7/18) * 3^(2/3) * sqrt(Pi) * n^(2/3)).
MATHEMATICA
nmax = 50; CoefficientList[Series[Product[((1+x^(3*k-1))*(1+x^(3*k-2)))^k, {k, 1, nmax}], {x, 0, nmax}], x]
CROSSREFS
Sequence in context: A325646 A325723 A353927 * A340448 A241387 A284612
KEYWORD
nonn
AUTHOR
Vaclav Kotesovec, Oct 04 2015
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 08:11 EDT 2024. Contains 371905 sequences. (Running on oeis4.)