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

A343472
G.f.: 1 + 1!*x/(1 + 2!*x^2/(1 + 3!*x^3/(1 + 4!*x^4/(1 + 5!*x^5/(1 + ...))))).
1
1, 1, 0, -2, 0, 4, 12, -8, -48, -56, -144, 400, 1200, 1792, 960, 16864, -34560, -170816, -320064, -632960, -869376, -15780224, 30636288, 144493312, 360770304, 738095104, 2382729216, 6661606912, 81815537664, -152267942912, -883849860096, -2187970242560, -6499788165120
OFFSET
0,4
PROG
(PARI) a(n) = my(A=1+O(x)); for(i=1, n, A=1+(n-i+1)!*x^(n-i+1)/A); polcoef(A, n);
CROSSREFS
Sequence in context: A378853 A359188 A361269 * A214199 A320491 A295907
KEYWORD
sign
AUTHOR
Seiichi Manyama, Apr 16 2021
STATUS
approved