OFFSET
0,3
COMMENTS
Euler transform of A000447.
LINKS
M. Bernstein and N. J. A. Sloane, Some canonical sequences of integers, Linear Alg. Applications, 226-228 (1995), 57-72; erratum 320 (2000), 210. [Link to arXiv version]
M. Bernstein and N. J. A. Sloane, Some canonical sequences of integers, Linear Alg. Applications, 226-228 (1995), 57-72; erratum 320 (2000), 210. [Link to Lin. Alg. Applic. version together with omitted figures]
N. J. A. Sloane, Transforms
FORMULA
G.f.: Product_{k>=1} 1/(1 - x^k)^A000447(k).
a(n) ~ exp(5 * Zeta(5)^(1/5) * n^(4/5)/2 - Zeta(3) * n^(2/5) / (12 * Zeta(5)^(2/5)) + 4*Zeta'(-3)/3 - 1/36 - Zeta(3)^2 / (720*Zeta(5))) * A^(1/3) * Zeta(5)^(83/900) / (2^(7/180) * sqrt(5*Pi) * n^(533/900)), where A is the Glaisher-Kinkelin constant A074962. - Vaclav Kotesovec, Apr 08 2018
MATHEMATICA
nmax = 26; CoefficientList[Series[Product[1/(1 - x^k)^(k (4 k^2 - 1)/3), {k, 1, nmax}], {x, 0, nmax}], x]
a[n_] := a[n] = If[n == 0, 1, Sum[Sum[d^2 (4 d^2 - 1)/3, {d, Divisors[k]}] a[n - k], {k, 1, n}]/n]; Table[a[n], {n, 0, 26}]
CROSSREFS
KEYWORD
nonn
AUTHOR
Ilya Gutkovskiy, Apr 08 2018
STATUS
approved