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!)
A355247 Expansion of e.g.f. exp(2*(exp(x) - 1 + x)). 4
1, 4, 18, 90, 494, 2946, 18926, 130066, 950654, 7353794, 59954638, 513333618, 4601380766, 43062556322, 419742815726, 4252083713874, 44680229906622, 486145710591874, 5468499473222670, 63503107472489266, 760281866742088670, 9373065303624742498, 118858898763010225198 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) ~ n^(n+2) * exp(n/LambertW(n/2) - n - 2) / (4 * sqrt(1 + LambertW(n/2)) * LambertW(n/2)^(n+2)).
a(n) = Sum_{k=0..n} binomial(n,k) * Bell(k+1) * Bell(n-k+1). - Ilya Gutkovskiy, Jun 26 2022
MATHEMATICA
nmax = 25; CoefficientList[Series[Exp[2*Exp[x]-2+2*x], {x, 0, nmax}], x] * Range[0, nmax]!
CROSSREFS
Sequence in context: A219305 A011270 A367724 * A269450 A206639 A367875
KEYWORD
nonn
AUTHOR
Vaclav Kotesovec, Jun 25 2022
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 August 30 22:39 EDT 2024. Contains 375550 sequences. (Running on oeis4.)