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!)
A299624 Decimal expansion of 2*W(2), where W is the Lambert W function (or PowerLog); see Comments. 4
1, 7, 0, 5, 2, 1, 1, 0, 0, 4, 0, 2, 7, 4, 5, 0, 9, 8, 2, 6, 9, 2, 9, 4, 4, 8, 2, 9, 3, 9, 0, 6, 3, 4, 9, 3, 3, 7, 9, 6, 9, 0, 6, 6, 0, 0, 3, 0, 2, 8, 0, 7, 0, 1, 7, 5, 4, 4, 2, 1, 4, 7, 8, 9, 3, 0, 5, 0, 3, 0, 1, 3, 1, 3, 4, 8, 5, 2, 6, 0, 8, 9, 7, 9, 3, 1 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
0,2
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(2) = W(8/W(2)) = 2*(log 2 - log(W(2)). See A299613 for a guide to related sequences.
LINKS
Eric Weisstein's World of Mathematics, Lambert W-Function
EXAMPLE
2*W(2) = 1.7052110040274509826929448293906349337...
MATHEMATICA
w[x_] := ProductLog[x]; x = 2; y = 2; u = N[w[x] + w[y], 100]
RealDigits[u, 10][[1]] (* A299624 *)
RealDigits[2*LambertW[2], 10, 100][[1]] (* G. C. Greubel, Mar 03 2018 *)
PROG
(PARI) 2*lambertw(2) \\ G. C. Greubel, Mar 03 2018
CROSSREFS
Sequence in context: A021997 A099737 A271177 * A033150 A064648 A116198
KEYWORD
nonn,cons,easy
AUTHOR
Clark Kimberling, Mar 03 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 03:46 EDT 2024. Contains 371782 sequences. (Running on oeis4.)