The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A335868 a(n) = exp(n) * Sum_{k>=0} (-n)^k * (k - 1)^n / k!. 5
1, -2, 7, -31, 149, -631, 475, 43210, -844727, 10960505, -86569889, -584746911, 46302579229, -1304510879686, 25366896568707, -277053418780891, -4271166460501743, 384590020131637825, -14617527176248527545, 380117694164438489422, -5265650620303861935579 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
Eric Weisstein's World of Mathematics, Bell Polynomial
FORMULA
a(n) = n! * [x^n] exp(n*(1 - exp(x)) - x).
a(n) = Sum_{k=0..n} (-1)^(n-k) * binomial(n,k) * BellPolynomial_k(-n).
MATHEMATICA
Table[n! SeriesCoefficient[Exp[n (1 - Exp[x]) - x], {x, 0, n}], {n, 0, 20}]
Table[Sum[(-1)^(n - k) Binomial[n, k] BellB[k, -n], {k, 0, n}], {n, 0, 20}]
CROSSREFS
Sequence in context: A358963 A055836 A076177 * A126033 A369622 A323632
KEYWORD
sign
AUTHOR
Ilya Gutkovskiy, Jun 27 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 June 5 01:34 EDT 2024. Contains 373102 sequences. (Running on oeis4.)