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!)
A368272 Expansion of e.g.f. exp(-x) / (1 + x*exp(x)). 2
1, -2, 3, -1, -11, 19, 151, -799, -2295, 37367, -16469, -2114531, 9695533, 132142451, -1556927553, -6822608311, 234527654161, -360436983569, -35798255259821, 294290464165685, 5217729367883061, -102317187098688661, -517822188623299097, 31412148276241662049 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = n! * Sum_{k=0..n} (-1)^(n-k) * (n-k-1)^k / k!.
PROG
(PARI) a(n) = n!*sum(k=0, n, (-1)^(n-k)*(n-k-1)^k/k!);
CROSSREFS
Sequence in context: A100223 A174017 A178081 * A129969 A104379 A142714
KEYWORD
sign,easy
AUTHOR
Seiichi Manyama, Dec 19 2023
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 18 06:44 EDT 2024. Contains 375996 sequences. (Running on oeis4.)