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!)
A103551 Decimal expansion of solution to x*6^x = 1. 5
4, 4, 8, 0, 6, 3, 0, 7, 6, 6, 4, 6, 3, 0, 8, 8, 4, 5, 1, 1, 3, 7, 1, 4, 4, 1, 8, 4, 2, 8, 5, 7, 1, 5, 4, 6, 6, 7, 5, 6, 2, 0, 3, 3, 0, 0, 5, 4, 1, 4, 7, 6, 5, 0, 1, 4, 8, 8, 7, 5, 5, 5, 8, 2, 5, 4, 7, 6, 0, 6, 4, 2, 6, 2, 3, 4, 5, 4, 9, 7, 8, 2, 0, 8, 4, 6, 6, 1, 5, 1, 3, 8, 4, 4, 6, 3, 2, 9, 9, 2, 8, 5, 1, 6, 8 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
FORMULA
x*6^x = 1.
x = (1/6)^(1/6)^(1/6)^... = LambertW(log(6))/log(6). - Alois P. Heinz, Dec 03 2014
EXAMPLE
0.44806307664630884511371441842857154667562033005414...
MAPLE
x:= LambertW(log(6))/log(6):
s:= convert(evalf(x, 140), string):
seq(parse(s[n+2]), n=0..120); # Alois P. Heinz, Dec 03 2014
MATHEMATICA
RealDigits[ProductLog[Log[6]]/Log[6], 10, 105][[1]] (* Amiram Eldar, May 04 2023 *)
CROSSREFS
Sequence in context: A019159 A019250 A200509 * A107493 A298815 A272745
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 June 7 06:26 EDT 2024. Contains 373144 sequences. (Running on oeis4.)