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!)
A277466 E.g.f.: -log(1-x)/(1+LambertW(-x)). 3
0, 1, 3, 17, 146, 1684, 24294, 419383, 8412760, 192078864, 4914973770, 139265564723, 4327699948956, 146323675764044, 5347193667136398, 210005149832116455, 8820722263274822992, 394546588041904397184, 18723398414958791004690, 939550079246853331267203 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) ~ -log(1-exp(-1)) * n^n.
MATHEMATICA
CoefficientList[Series[-Log[1-x]/(1+LambertW[-x]), {x, 0, 25}], x] * Range[0, 25]!
Flatten[{0, Table[(n-1)! + n!*Sum[k^k/(k!*(n-k)), {k, 1, n-1}], {n, 1, 25}]}] (* Vaclav Kotesovec, Oct 28 2016 *)
PROG
(PARI) x='x+O('x^50); concat([0], Vec(serlaplace(-log(1-x)/(1 + lambertw(-x))))) \\ G. C. Greubel, Nov 07 2017
CROSSREFS
Sequence in context: A140983 A241805 A368233 * A138013 A052807 A080253
KEYWORD
nonn
AUTHOR
Vaclav Kotesovec, Oct 16 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 September 15 16:35 EDT 2024. Contains 375938 sequences. (Running on oeis4.)