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!)
A277474 E.g.f.: -exp(-x)*LambertW(-x). 4
0, 1, 0, 6, 36, 380, 4830, 74382, 1342712, 27825912, 651274650, 16994464850, 489240628932, 15404364096420, 526634857318934, 19428038813967630, 769280055136105200, 32543192449030871792, 1464827827285673677746, 69903432558329996409642, 3525344776953738276010940 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
LINKS
FORMULA
a(n) = Sum_{k=1..n} (-1)^(n-k) * binomial(n,k) * k^(k-1).
a(n) ~ exp(-exp(-1)) * n^(n-1).
MATHEMATICA
CoefficientList[Series[-Exp[-x]*LambertW[-x], {x, 0, 20}], x] * Range[0, 20]!
Table[Sum[(-1)^(n-k)*Binomial[n, k]*k^(k-1), {k, 1, n}], {n, 0, 20}]
PROG
(PARI) x='x+O('x^50); concat([0], Vec(serlaplace(-exp(-x)*lambertw(-x)))) \\ G. C. Greubel, Nov 07 2017
CROSSREFS
Sequence in context: A350525 A229530 A265474 * A137889 A071555 A080491
KEYWORD
nonn
AUTHOR
Vaclav Kotesovec, Oct 17 2016
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 19 16:38 EDT 2024. Contains 371794 sequences. (Running on oeis4.)