The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A368273 Expansion of e.g.f. exp(-2*x) / (1 + x*exp(x)). 2
1, -3, 8, -17, 20, 23, -50, -1185, 6648, 20143, -372646, 179111, 25378468, -126050121, -1849977930, 23353880527, 109161798512, -3986970251809, 6487865966386, 680166849412311, -5885809282265124, -109572316727641433, 2250978116175344846, 11909910338327490623 (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-2)^k / k!.
PROG
(PARI) a(n) = n!*sum(k=0, n, (-1)^(n-k)*(n-k-2)^k/k!);
CROSSREFS
Sequence in context: A079666 A193684 A308850 * A335047 A048230 A294412
KEYWORD
sign
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 June 3 03:48 EDT 2024. Contains 373054 sequences. (Running on oeis4.)