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!)
A368268 Expansion of e.g.f. exp(-x) / (1 - 2*x*exp(x)). 2
1, 1, 9, 71, 817, 11599, 197881, 3938087, 89569761, 2291869727, 65159228521, 2037767466679, 69521938950289, 2569515452879855, 102274007835523161, 4361566914028222919, 198403133940750790081, 9589223805173365594687, 490729273233730201604809 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) = n! * Sum_{k=0..n} 2^(n-k) * (n-k-1)^k / k!.
PROG
(PARI) a(n) = n!*sum(k=0, n, 2^(n-k)*(n-k-1)^k/k!);
CROSSREFS
Sequence in context: A057080 A287819 A001706 * A251284 A356239 A324413
KEYWORD
nonn,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 April 27 15:53 EDT 2024. Contains 372019 sequences. (Running on oeis4.)