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!)
A277485 E.g.f.: -exp(2*x)*LambertW(-x). 3
0, 1, 6, 33, 216, 1865, 21228, 303765, 5222864, 104540337, 2383558740, 60933722069, 1725392415288, 53590463856345, 1811281159509500, 66172416761172885, 2598298697830360992, 109116931783034360801, 4880122696811960470692, 231565260558289051906965 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) = Sum_{m=1..n} (binomial(n,m) * Sum_{k=1..m} binomial(m,k)*k^(k-1)).
a(n) ~ exp(2*exp(-1)) * n^(n-1).
MATHEMATICA
CoefficientList[Series[-Exp[2*x]*LambertW[-x], {x, 0, 20}], x]*Range[0, 20]!
Table[Sum[Binomial[n, m]*Sum[Binomial[m, k]*k^(k-1), {k, 1, m}], {m, 1, n}], {n, 0, 20}]
PROG
(PARI) x='x+O('x^50); concat([0], Vec(serlaplace(- exp(2*x)*lambertw(-x) ))) \\ G. C. Greubel, Nov 08 2017
CROSSREFS
Sequence in context: A193665 A097662 A366200 * A012522 A012326 A277260
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 23 14:49 EDT 2024. Contains 371914 sequences. (Running on oeis4.)