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!)
A277465 Expansion of e.g.f. log(1+x)/(1 + LambertW(-x)). 3
0, 1, 1, 11, 86, 1084, 15654, 275113, 5548024, 127423728, 3272008650, 92988690893, 2896148079516, 98104636748468, 3590611928294286, 141201205469361945, 5937400341113630032, 265833516437952849024, 12625912572901413474834, 634047172218326393377149 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
LINKS
FORMULA
E.g.f.: log(1+x)/(1 + LambertW(-x)).
a(n) ~ log(1+exp(-1)) * n^n.
a(n) = (-1)^(n+1)*(n-1)! + Sum_{j=1..n-1} a(j)*binomial(n,j)*(n-j)^(n-j-1). - Robert Israel, Oct 26 2016
MAPLE
S:= series(log(1+x)/(1+LambertW(-x)), x, 51):
seq(coeff(S, x, n)*n!, n=0..50); # Robert Israel, Oct 26 2016
MATHEMATICA
CoefficientList[Series[Log[1+x]/(1+LambertW[-x]), {x, 0, 25}], x] * Range[0, 25]!
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: A080962 A243879 A298253 * A357535 A232078 A016222
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 April 25 16:45 EDT 2024. Contains 371989 sequences. (Running on oeis4.)