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!)
A299613 Decimal expansion of 2*W(1), where W is the Lambert W function (or PowerLog); see Comments. 21
1, 1, 3, 4, 2, 8, 6, 5, 8, 0, 8, 1, 9, 5, 6, 7, 7, 4, 5, 9, 9, 9, 9, 3, 7, 3, 2, 4, 4, 2, 0, 7, 1, 1, 0, 9, 9, 5, 0, 7, 6, 3, 1, 5, 7, 4, 3, 7, 3, 0, 2, 5, 0, 1, 6, 2, 7, 0, 2, 6, 2, 1, 5, 8, 4, 4, 6, 0, 9, 1, 5, 8, 6, 1, 7, 3, 3, 6, 9, 1, 3, 3, 3, 8, 6, 4 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
1,3
COMMENTS
The Lambert W function satisfies the functional equations
W(x) + W(y) = W(x*y(1/W(x) + 1/W(y)) = log(x*y)/(W(x)*W(y)) for x and y greater than -1/e, so that 2*W(1) = W(2/W(1)) = -2*log(W(1)).
Guide to related constants:
--------------------------------------------
x y W(x) + W(y) e^(W(x) + W(y))
--------------------------------------------
e e 2 exactly e^2 exactly
LINKS
Eric Weisstein's World of Mathematics, Lambert W-Function
FORMULA
Equals 2*A030178.
EXAMPLE
2*W(1) = 1.13428658081956774599993...
MATHEMATICA
w[x_] := ProductLog[x]; x = 1; y = 1; u = N[w[x] + w[y], 100]
RealDigits[u, 10][[1]] (* A299613 *)
RealDigits[2 ProductLog[1], 10, 111][[1]] (* Robert G. Wilson v, Mar 02 2018 *)
PROG
(PARI) 2*lambertw(1) \\ G. C. Greubel, Mar 07 2018
CROSSREFS
Sequence in context: A020502 A252896 A266562 * A066892 A143053 A220508
KEYWORD
nonn,cons,easy
AUTHOR
Clark Kimberling, Mar 01 2018
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 19 19:02 EDT 2024. Contains 371798 sequences. (Running on oeis4.)