login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

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
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
KEYWORD
sign
AUTHOR
Ilya Gutkovskiy, Oct 06 2017
STATUS
approved