The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A369571 Expansion of Product_{k>=1} (1 + x^(k^3)) * (1 + x^k). 4
1, 2, 2, 3, 4, 5, 7, 9, 12, 16, 20, 25, 31, 38, 47, 58, 70, 84, 102, 122, 145, 173, 205, 242, 285, 334, 391, 458, 534, 620, 720, 833, 961, 1109, 1276, 1466, 1683, 1926, 2201, 2513, 2863, 3258, 3704, 4203, 4763, 5394, 6098, 6885, 7768, 8752, 9850, 11076, 12439 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
Convolution of A279329 and A000009.
a(n) is the number of pairs (Q(k), P(n-k)), 0<=k<=n, where Q(k) is a partition of k into distinct cubes and P(n-k) is a partition of n-k into distinct parts.
LINKS
FORMULA
a(n) ~ exp(Pi*sqrt(n/3) + (2^(1/3) - 1) * Gamma(1/3) * zeta(4/3) * n^(1/6) / (3^(5/6) * Pi^(1/3))) / (2^(5/2) * 3^(1/4) * n^(3/4)).
MATHEMATICA
nmax = 100; CoefficientList[Series[Product[(1+x^(k^3))*(1+x^k), {k, 1, nmax}], {x, 0, nmax}], x]
CROSSREFS
Sequence in context: A255575 A225501 A117298 * A274200 A018052 A018124
KEYWORD
nonn
AUTHOR
Vaclav Kotesovec, Jan 26 2024
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 May 15 05:14 EDT 2024. Contains 372536 sequences. (Running on oeis4.)