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!)
A103556 Decimal expansion of solution to x*11^x = 1. 5
3, 9, 1, 2, 9, 6, 8, 3, 6, 4, 7, 6, 5, 7, 6, 6, 8, 7, 3, 6, 4, 5, 3, 3, 4, 6, 4, 3, 3, 6, 8, 6, 8, 9, 0, 9, 6, 5, 2, 6, 6, 7, 7, 5, 4, 9, 8, 1, 9, 8, 7, 7, 8, 3, 3, 4, 4, 8, 7, 2, 4, 3, 0, 5, 4, 5, 1, 6, 5, 2, 2, 8, 9, 0, 9, 8, 0, 8, 6, 4, 0, 1, 2, 4, 8, 1, 6, 3, 9, 6, 1, 7, 6, 6, 9, 0, 4, 2, 7, 1, 6, 1, 1, 8, 2, 4 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
FORMULA
x*11^x = 1.
x = (1/11)^(1/11)^(1/11)^... = LambertW(log(11))/log(11). - Alois P. Heinz, Dec 03 2014
EXAMPLE
0.39129683647657668736453346433686890965266775498198...
MAPLE
x:= LambertW(log(11))/log(11):
s:= convert(evalf(x, 140), string):
seq(parse(s[n+2]), n=0..123); # Alois P. Heinz, Dec 03 2014
MATHEMATICA
RealDigits[ProductLog[Log[11]]/Log[11], 10, 105][[1]] (* Amiram Eldar, May 04 2023 *)
CROSSREFS
Sequence in context: A258147 A016673 A304022 * A254348 A168399 A290375
KEYWORD
nonn,cons
AUTHOR
Zak Seidov, Mar 23 2005
EXTENSIONS
More terms from Alois P. Heinz, Dec 03 2014
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 May 13 18:50 EDT 2024. Contains 372522 sequences. (Running on oeis4.)