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!)
A290215 a(n) = n! * [x^n] -exp(-n*x)*LambertW(-x). 1
0, 1, -2, 18, -144, 1900, -26820, 485394, -9679936, 225394488, -5765768100, 164923889350, -5132384691984, 174433050454260, -6385752833589220, 251596880714336850, -10585338808667808000, 474507594337155230704, -22550580127644413987268 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
COMMENTS
The n-th term of the n-th inverse binomial transform of A000169 (with A000169(0) = 0).
LINKS
N. J. A. Sloane, Transforms
FORMULA
a(n) ~ -(-1)^n * LambertW(1) * n^n. - Vaclav Kotesovec, Oct 06 2017
MATHEMATICA
Table[n! SeriesCoefficient[-Exp[-n x] LambertW[-x], {x, 0, n}], {n, 0, 18}]
Table[Sum[(-n)^(n - k) Binomial[n, k] k^(k - 1), {k, 1, n}], {n, 0, 18}]
CROSSREFS
Sequence in context: A001804 A277182 A052640 * A208654 A037565 A329170
KEYWORD
sign
AUTHOR
Ilya Gutkovskiy, Oct 06 2017
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 23 18:16 EDT 2024. Contains 371916 sequences. (Running on oeis4.)