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”).

A056922
Denominators of continued fraction for alternating factorial.
3
1, 1, 2, 3, 8, 11, 41, 52, 249, 301, 1754, 2055, 14084, 16139, 127057, 143196, 1272625, 1415821, 14015014, 15430835, 168323364, 183754199, 2189619553, 2373373752, 30670104577, 33043478329, 460235322854, 493278801183
OFFSET
0,3
LINKS
FORMULA
a(0)=1; a(1)=1; a(2*n) = n*a(2*n-1) + a(2*n-2); a(2*n+1) = a(2*n) + a(2*n-1).
CROSSREFS
Cf. A058799, A056952 (numerators).
Sequence in context: A119199 A119197 A119185 * A101579 A041711 A127939
KEYWORD
frac,easy,nonn
AUTHOR
EXTENSIONS
More terms from James A. Sellers, Sep 07 2000
STATUS
approved