A056952 Numerators of continued fraction for alternating factorial.
0, 1, 1, 2, 4, 8, 20, 44, 124, 300, 920, 2420, 7940, 22460, 78040, 235260, 859580, 2741660, 10477880, 35152820, 139931620, 491459820, 2030707640, 7436765660, 31805257340, 121046445260, 534514790680, 2108118579060, 9591325648580
Offset: 0
Formula
a(0)=0; a(1)=1; a(n) = a(n-1) + (n/2)*a(n-2).
Extensions
More terms from James Sellers, Sep 07 2000