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!)
A337734 Numerators of the coefficients in the expansion of li^{-1}(x)/x in powers of 1/LambertW(-1,-e/x). 2
-1, 0, 1, -3, 11, -105, 613, -12635, 99677, -1774391, 17582819, -1919343719, 22882040099, -295793507053, 1373607474819, -323119030735871, 20600974525589671, -698062672818463097, 12527062232269129201, -474730436062281169829, 9471193365463611988187, -396898731474190849635703 (list; graph; refs; listen; history; text; internal format)
OFFSET
-1,4
COMMENTS
li^{-1}(x) / x = Sum_{n>=-1} a(n)/A337735(n) * LambertW(-1,-e/x)^(-n).
LINKS
FORMULA
Function f(t) := Sum_{n>=1} a(n)/A337735(n) * t^{n-1} satisfies the differential equation: t^3*f'(t) + t*(1+2*t)*f(t) - (1+t)*log(1-t^2*f(t)) - t = 0 with f(0) = 1.
MAPLE
Order:=20: dsolve( { t^3*diff(f(t), t) + t*(1+2*t)*f(t) - (1+t)*log(1-t^2*f(t)) - t = 0, f(0)=1 }, f(t), series);
CROSSREFS
Cf. A337735 (denominators).
Sequence in context: A121045 A092245 A238446 * A302927 A105413 A241587
KEYWORD
frac,sign
AUTHOR
Max Alekseyev, Sep 17 2020
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 7 10:16 EDT 2024. Contains 373162 sequences. (Running on oeis4.)