login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A056952
Numerators of continued fraction for alternating factorial.
3
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,4
FORMULA
a(0)=0; a(1)=1; a(n) = a(n-1) + (n/2)*a(n-2).
a(2n) = A002793(n); a(2n-1) = A002793(n) - n * A002793(n-1). - Max Alekseyev, Jul 07 2010
CROSSREFS
Cf. A002793, A056922 (denominators).
Sequence in context: A078006 A288476 A338197 * A369496 A225585 A121703
KEYWORD
nonn,frac
AUTHOR
EXTENSIONS
More terms from James A. Sellers, Sep 07 2000
STATUS
approved