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!)
A277505 E.g.f.: -LambertW(-x)/(1-x). 3
0, 1, 4, 21, 148, 1365, 15966, 229411, 3932440, 78438681, 1784386810, 45565679511, 1289796524820, 40065439945141, 1354630932486118, 49512390012682395, 1945119744809765296, 81728227537432878513, 3657019655412488345202, 173610723750748520091679 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
For n > 0, a(n) = Sum_{k=1..n} binomial(n,k) * k^(k-1) * (n-k)!.
a(n) ~ n^(n-1) / (1-exp(-1)).
MATHEMATICA
CoefficientList[Series[-LambertW[-x]/(1-x), {x, 0, 20}], x] * Range[0, 20]!
Flatten[{0, Table[Sum[Binomial[n, k]*k^(k-1)*(n-k)!, {k, 1, n}], {n, 1, 20}]}]
PROG
(PARI) x='x+O('x^50); concat([0], Vec(serlaplace(-lambertw(-x)/(1-x)))) \\ G. C. Greubel, Nov 12 2017
CROSSREFS
Sequence in context: A247054 A006153 A286286 * A183387 A346430 A324236
KEYWORD
nonn
AUTHOR
Vaclav Kotesovec, Oct 18 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 25 12:53 EDT 2024. Contains 371969 sequences. (Running on oeis4.)