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!)
A277481 E.g.f.: -log(1+x)*LambertW(-x). 2
0, 0, 2, 3, 32, 240, 3114, 44065, 777720, 15582168, 357427770, 9151281293, 259607392164, 8070381333872, 272960010908662, 9976300661919345, 391837137436921072, 16458193396472517328, 736145006794621566642, 34932117830021859779517, 1752782822664497750549660 (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[(-1)^(n-k-1)*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 08 2017
CROSSREFS
Sequence in context: A356904 A041895 A371117 * A079883 A358041 A066269
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 25 01:35 EDT 2024. Contains 371964 sequences. (Running on oeis4.)