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!)
A368236 Expansion of e.g.f. 1/(exp(-x) - 2*x). 4
1, 3, 17, 145, 1649, 23441, 399865, 7957881, 180997857, 4631289697, 131670338921, 4117813225769, 140486274499345, 5192341564319313, 206669931188282073, 8813624820931402201, 400922608851086766017, 19377398675442025382081, 991639882680576890150089 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(0) = 1; a(n) = 2*n*a(n-1) + Sum_{k=1..n} (-1)^(k-1) * binomial(n,k) * a(n-k).
a(n) = n! * Sum_{k=0..n} 2^(n-k) * (n-k+1)^k / k!.
a(n) ~ n! / (2 * LambertW(1/2)^(n+1) * (LambertW(1/2) + 1)). - Vaclav Kotesovec, Dec 29 2023
PROG
(PARI) a(n) = n!*sum(k=0, n, 2^(n-k)*(n-k+1)^k/k!);
CROSSREFS
Sequence in context: A298691 A362282 A051442 * A162650 A015735 A290579
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Dec 18 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 May 10 17:06 EDT 2024. Contains 372388 sequences. (Running on oeis4.)