login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

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
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
KEYWORD
nonn
AUTHOR
Vaclav Kotesovec, Dec 30 2016
STATUS
approved