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!)
A280663 G.f.: Product_{k>=1, j>=1} (1 + x^(j*k^3)). 3
1, 1, 1, 2, 2, 3, 4, 5, 7, 9, 11, 14, 17, 21, 26, 32, 39, 47, 57, 68, 81, 97, 115, 136, 162, 190, 223, 263, 306, 357, 417, 483, 561, 650, 750, 866, 997, 1145, 1315, 1507, 1725, 1971, 2250, 2564, 2917, 3318, 3766, 4270, 4840, 5475, 6188, 6990, 7881, 8881 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
LINKS
FORMULA
a(n) ~ exp(Pi*sqrt(Zeta(3)*n/3) + (2^(1/3)-1) * Pi^(-1/3) * Gamma(4/3) * Zeta(4/3) * Zeta(1/3) * (3*n/Zeta(3))^(1/6)) * Zeta(3)^(1/4) / (2^(5/4) * 3^(1/4) * n^(3/4)).
MATHEMATICA
nmax = 100; CoefficientList[Series[Product[1+x^(j*k^3), {k, 1, Floor[nmax^(1/3)]+1}, {j, 1, Floor[nmax/k^3]+1}], {x, 0, nmax}], x]
CROSSREFS
Sequence in context: A326491 A266748 A304883 * A052816 A122130 A003073
KEYWORD
nonn
AUTHOR
Vaclav Kotesovec, Jan 07 2017
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 06:16 EDT 2024. Contains 371782 sequences. (Running on oeis4.)