OFFSET
0,3
COMMENTS
Weigh transform of octahedral numbers (A005900).
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
Eric Weisstein's World of Mathematics, Octahedral Number
FORMULA
G.f.: Product_{k>=1} (1 + x^k)^(k*(2*k^2+1)/3).
a(n) ~ exp(-Zeta(3)^2 / (600*Zeta(5)) + (Zeta(3) / (4*(15*Zeta(5))^(2/5))) * n^(2/5) + (5*(15*Zeta(5))^(1/5) / 4) * n^(4/5)) * (3*Zeta(5))^(1/10) / (sqrt(Pi) * 2^(47/90) * 5^(2/5) * n^(3/5)). - Vaclav Kotesovec, Nov 09 2017
MATHEMATICA
nmax = 29; CoefficientList[Series[Product[(1 + x^k)^(k (2 k^2 + 1)/3), {k, 1, nmax}], {x, 0, nmax}], x]
CROSSREFS
KEYWORD
nonn
AUTHOR
Ilya Gutkovskiy, Jan 16 2017
STATUS
approved