A280263 G.f.: Product_{k>=1} (1+x^(k^3)) / (1-x^(k^3)).
1, 2, 2, 2, 2, 2, 2, 2, 4, 6, 6, 6, 6, 6, 6, 6, 8, 10, 10, 10, 10, 10, 10, 10, 12, 14, 14, 16, 18, 18, 18, 18, 20, 22, 22, 26, 30, 30, 30, 30, 32, 34, 34, 38, 42, 42, 42, 42, 44, 46, 46, 50, 54, 54, 56, 58, 60, 62, 62, 66, 70, 70, 74, 78, 82, 86, 86, 90, 94
Offset: 0
Keywords
Links
- Vaclav Kotesovec, Table of n, a(n) for n = 0..10000
Programs
-
Mathematica
nmax=150; CoefficientList[Series[Product[(1+x^(k^3))/(1-x^(k^3)), {k, 1, nmax}], {x, 0, nmax}], x]
Formula
a(n) ~ exp(2^(7/4) * ((2^(4/3)-1) * Gamma(1/3) * Zeta(4/3))^(3/4) * n^(1/4) / 3^(3/2)) * ((2^(4/3)-1) * Gamma(1/3) * Zeta(4/3))^(3/4) / (3 * 2^(15/4) * Pi^2 * n^(5/4)).
Comments