login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
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 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
LINKS
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: A167341 A359188 A361269 * A214199 A320491 A295907
KEYWORD
sign
AUTHOR
Seiichi Manyama, Apr 16 2021
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified September 6 10:38 EDT 2024. Contains 375712 sequences. (Running on oeis4.)