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!)
A290158 a(n) = n! * [x^n] exp(-n*x)/(1 + LambertW(-x)). 5
1, 0, 4, -9, 208, -1525, 33516, -463099, 11293248, -231839577, 6517863100, -175791146311, 5723314711632, -189288946716181, 7083626583237036, -275649085963046475, 11724766124450058496, -522717581675749841713, 24981438186138642481404 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
COMMENTS
The n-th term of the n-th inverse binomial transform of A000312.
LINKS
N. J. A. Sloane, Transforms
FORMULA
a(n) ~ (-1)^n * n^n / (1 + LambertW(1)). - Vaclav Kotesovec, Oct 06 2017
From Seiichi Manyama, May 05 2023: (Start)
a(n) = (-1)^n * n! * [x^n] exp(n * x * (exp(x) - 1)).
a(n) = (-1)^n * n! * Sum_{k=0..floor(n/2)} n^k * Stirling2(n-k,k)/(n-k)!.
a(n) = [x^n] Sum_{k>=0} (k*x)^k / (1 + n*x)^(k+1).
a(n) = Sum_{k=0..n} (-n)^(n-k) * k^k * binomial(n,k). (End)
MATHEMATICA
Table[n! SeriesCoefficient[Exp[-n x]/(1 + LambertW[-x]), {x, 0, n}], {n, 0, 18}]
PROG
(PARI) a(n) = (-1)^n*n!*sum(k=0, n\2, n^k*stirling(n-k, k, 2)/(n-k)!); \\ Seiichi Manyama, May 05 2023
CROSSREFS
Sequence in context: A080438 A029999 A006280 * A202463 A286322 A318615
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 18 03:33 EDT 2024. Contains 371767 sequences. (Running on oeis4.)