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!)
A368267 Expansion of e.g.f. exp(2*x) / (1 - 2*x*exp(x)). 4
1, 4, 24, 206, 2344, 33322, 568420, 11312366, 257293872, 6583516946, 187173328444, 5853594770806, 199705444781512, 7381068971010074, 293787494031046740, 12528831526596461438, 569923490454177217120, 27545552296682691393058 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = n! * Sum_{k=0..n} 2^(n-k) * (n-k+2)^k / k!.
a(n) ~ n! / (4 * LambertW(1/2)^(n+2) * (LambertW(1/2) + 1)). - Vaclav Kotesovec, Dec 29 2023
PROG
(PARI) a(n) = n!*sum(k=0, n, 2^(n-k)*(n-k+2)^k/k!);
CROSSREFS
Sequence in context: A240297 A050388 A241980 * A297218 A010039 A245407
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 May 9 17:14 EDT 2024. Contains 372354 sequences. (Running on oeis4.)