login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

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
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]!
KEYWORD
nonn
AUTHOR
Vaclav Kotesovec, Jun 25 2022
STATUS
approved