OFFSET
0,3
COMMENTS
Euler transform of the double factorials (A006882).
LINKS
Vincenzo Librandi, Table of n, a(n) for n = 0..300
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)^(k!!).
a(n) ~ n!!. - Vaclav Kotesovec, Dec 25 2016
MATHEMATICA
nmax = 31; CoefficientList[Series[Product[1/(1 - x^k)^(k!!), {k, 1, nmax}], {x, 0, nmax}], x]
CROSSREFS
KEYWORD
nonn
AUTHOR
Ilya Gutkovskiy, Dec 25 2016
STATUS
approved