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!)
A336969 a(n) = n! * [x^n] 1 / (exp(n*x) - x). 0
1, 0, -2, 33, -424, 495, 342864, -22382913, 915074432, -913039857, -5455432211200, 812138028148623, -75257247474017280, 1984517460320303415, 1155562494647499610112, -361521639388178369672625, 67461150715150454861692928, -6658374003334822571921759457 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) = n! * Sum_{k=0..n} (-n * (n-k+1))^k / k!.
MATHEMATICA
Table[n! SeriesCoefficient[1/(Exp[n x] - x), {x, 0, n}], {n, 0, 17}]
Join[{1}, Table[n! Sum[(-n (n - k + 1))^k/k!, {k, 0, n}], {n, 1, 17}]]
CROSSREFS
Sequence in context: A294272 A231595 A100023 * A119300 A078262 A118117
KEYWORD
sign
AUTHOR
Ilya Gutkovskiy, Aug 09 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 1 10:29 EDT 2024. Contains 373016 sequences. (Running on oeis4.)