The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A277482 E.g.f.: log(1-x)*LambertW(-x). 2
0, 0, 2, 9, 56, 480, 5394, 75775, 1280376, 25270056, 569899770, 14444562803, 406204015524, 12545427045008, 422007399953398, 15354968442741135, 600807449737710832, 25153741340051795248, 1121917008608064151218, 53107023489332468636739, 2658946993059795072656540 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) ~ -log(1-exp(-1)) * n^(n-1).
MATHEMATICA
CoefficientList[Series[Log[1-x]*LambertW[-x], {x, 0, 20}], x] * Range[0, 20]!
Table[n!*Sum[k^(k-1)/(k!*(n-k)), {k, 1, n-1}], {n, 0, 20}] (* Vaclav Kotesovec, Oct 28 2016 *)
PROG
(PARI) x='x+O('x^50); concat([0, 0], Vec(serlaplace(log(1-x)*lambertw(-x)) )) \\ G. C. Greubel, Nov 09 2017
CROSSREFS
Sequence in context: A277540 A277541 A033917 * A274393 A371196 A004103
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 June 9 16:35 EDT 2024. Contains 373248 sequences. (Running on oeis4.)