OFFSET
0,2
COMMENTS
Euler transform of A002939.
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)^A002939(k).
a(n) ~ exp(2^(5/2) * Pi * n^(3/4) / (3^(5/4) * 5^(1/4)) - Zeta(3) * sqrt(15*n) / Pi^2 - 15^(5/4) * Zeta(3)^2 * n^(1/4) / (2^(3/2) * Pi^5) - Zeta(3) / Pi^2 - 75*Zeta(3)^3 / (2*Pi^8) - 1/6) * A^2 / (2^(4/3) * 15^(1/12) * Pi^(1/6) * n^(7/12)), where A is the Glaisher-Kinkelin constant A074962. - Vaclav Kotesovec, Nov 28 2017
MATHEMATICA
nmax = 28; CoefficientList[Series[Product[1/(1 - x^k)^(2 k (2 k - 1)), {k, 1, nmax}], {x, 0, nmax}], x]
a[n_] := a[n] = If[n == 0, 1, Sum[Sum[2 d^2 (2 d - 1), {d, Divisors[k]}] a[n - k], {k, 1, n}]/n]; Table[a[n], {n, 0, 28}]
CROSSREFS
KEYWORD
nonn
AUTHOR
Ilya Gutkovskiy, Nov 28 2017
STATUS
approved