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!)
A334240 a(n) = exp(-n) * Sum_{k>=0} (k + 1)^n * n^k / k!. 7
1, 2, 11, 103, 1357, 23031, 478207, 11741094, 332734521, 10689163687, 383851610331, 15236978883127, 662491755803269, 31311446539427926, 1598351161031967063, 87638233726766111731, 5136809177699534717169, 320521818480481139673919, 21212211430440994022892019 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
Eric Weisstein's World of Mathematics, Bell Polynomial
FORMULA
a(n) = [x^n] (1/(1 - x)) * Sum_{k>=0} (n*x/(1 - x))^k / Product_{j=1..k} (1 - j*x/(1 - x)).
a(n) = n! * [x^n] exp(x + n*(exp(x) - 1)).
a(n) = Sum_{k=0..n} binomial(n,k) * BellPolynomial_k(n).
a(n) ~ exp((1/LambertW(1) - 2)*n) * n^n / (sqrt(1+LambertW(1)) * LambertW(1)^(n+1)). - Vaclav Kotesovec, Jun 08 2020
MATHEMATICA
Table[n! SeriesCoefficient[Exp[x + n (Exp[x] - 1)], {x, 0, n}], {n, 0, 18}]
Table[Sum[Binomial[n, k] BellB[k, n], {k, 0, n}], {n, 0, 18}]
CROSSREFS
Sequence in context: A285199 A339081 A081716 * A099713 A277461 A277470
KEYWORD
nonn
AUTHOR
Ilya Gutkovskiy, Apr 19 2020
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 19 09:23 EDT 2024. Contains 371782 sequences. (Running on oeis4.)