login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 


A103550
Decimal expansion of solution to x*5^x=1.
7
4, 6, 9, 6, 2, 1, 9, 2, 2, 9, 3, 5, 6, 1, 0, 5, 4, 4, 1, 1, 7, 8, 0, 3, 0, 6, 6, 8, 9, 0, 7, 9, 9, 5, 9, 9, 4, 3, 7, 8, 5, 2, 9, 2, 9, 9, 8, 1, 5, 5, 1, 9, 2, 8, 8, 0, 5, 6, 3, 3, 9, 2, 3, 8, 6, 9, 4, 9, 7, 5, 8, 5, 4, 0, 1, 6, 8, 2, 2, 3, 2, 3, 3, 0, 6, 4, 4, 7, 5, 8, 6, 7, 4, 3, 5, 2, 0, 4, 4, 5, 5, 0, 8, 6
OFFSET
0,1
LINKS
FORMULA
x = 0.4696219229356105441178030... ; x*5^x=1.
x = (1/5)^(1/5)^(1/5)^... = LambertW(log(5))/log(5). - Alois P. Heinz, Dec 03 2014
MAPLE
x:= LambertW(log(5))/log(5):
s:= convert(evalf(x, 140), string):
seq(parse(s[n+2]), n=0..120); # Alois P. Heinz, Dec 03 2014
MATHEMATICA
First[RealDigits[N[ProductLog[Log[5]]/Log[5], 104]]] (* Stefano Spezia, Jul 17 2022 *)
CROSSREFS
Sequence in context: A019837 A132160 A021217 * A321092 A343906 A180853
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 | 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 September 24 07:26 EDT 2024. Contains 376187 sequences. (Running on oeis4.)