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!)
A334243 a(n) = exp(n) * Sum_{k>=0} (k + n)^n * (-n)^k / k!. 4
1, 0, -2, -3, 44, 245, -2346, -33278, 186808, 6888555, -6774910, -1986368439, -10227075420, 738830661296, 10363304656782, -327255834908715, -9380517430358288, 152180429032236325, 9132761207739810618, -46897839494116200918, -9833058047657527541220 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
Eric Weisstein's World of Mathematics, Bell Polynomial
FORMULA
a(n) = n! * [x^n] exp(n*(1 + x - exp(x))).
a(n) = Sum_{k=0..n} binomial(n,k) * BellPolynomial_k(-n) * n^(n-k).
MATHEMATICA
Table[n! SeriesCoefficient[Exp[n (1 + x - Exp[x])], {x, 0, n}], {n, 0, 20}]
Join[{1}, Table[Sum[Binomial[n, k] BellB[k, -n] n^(n - k), {k, 0, n}], {n, 1, 20}]]
CROSSREFS
Sequence in context: A354613 A355842 A100443 * A323619 A349559 A349827
KEYWORD
sign
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 25 14:08 EDT 2024. Contains 371989 sequences. (Running on oeis4.)