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!)
A280264 G.f.: Product_{k>=1} (1+x^k) / (1+x^(k^3)). 3
1, 0, 1, 1, 1, 2, 2, 3, 2, 5, 4, 6, 7, 8, 10, 12, 15, 16, 21, 23, 28, 33, 38, 44, 51, 60, 68, 79, 91, 103, 120, 136, 156, 177, 202, 230, 260, 296, 333, 378, 425, 480, 540, 606, 682, 764, 857, 958, 1073, 1197, 1337, 1492, 1660, 1849, 2057, 2285, 2537, 2816 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,6
COMMENTS
Number of partitions of n into distinct noncubes (A007412). - Ilya Gutkovskiy, Dec 31 2016
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^(3/2) * 3^(1/4) * n^(3/4)).
MATHEMATICA
nmax=100; CoefficientList[Series[Product[(1+x^k)/(1+x^(k^3)), {k, 1, nmax}], {x, 0, nmax}], x]
CROSSREFS
Sequence in context: A347560 A003974 A065769 * A219606 A307148 A238780
KEYWORD
nonn
AUTHOR
Vaclav Kotesovec, Dec 30 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 May 18 19:36 EDT 2024. Contains 372666 sequences. (Running on oeis4.)