OFFSET
0,3
COMMENTS
For n>1, a(n) is the product of the smallest parts in the partitions of 4*floor(n/2) = A168273(n) into two parts.
FORMULA
E.g.f.: log((1+x)/(1-x))/2+1/(1-x^2). - Robert Israel, Oct 19 2014
MATHEMATICA
Table[(2*Floor[n/2])!, {n, 0, 20}]
PROG
(Magma) [Factorial(2*Floor(n/2)) : n in [0..20]];
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Wesley Ivan Hurt, Oct 16 2014
STATUS
approved