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!)
A103549 Decimal expansion of solution to x*3^x = 1. 7
5, 4, 7, 8, 0, 8, 6, 2, 1, 6, 5, 4, 0, 9, 7, 4, 4, 6, 4, 5, 0, 5, 7, 5, 4, 0, 8, 1, 5, 1, 0, 2, 1, 8, 5, 0, 3, 4, 5, 9, 8, 9, 3, 3, 7, 7, 0, 1, 4, 8, 9, 0, 6, 7, 2, 9, 3, 7, 2, 9, 4, 5, 5, 0, 0, 0, 7, 2, 6, 3, 5, 8, 5, 9, 0, 0, 0, 7, 6, 8, 0, 5, 0, 1, 2, 6, 5, 0, 6, 4, 7, 6, 1, 9, 0, 3, 8, 1, 9, 1, 9, 9, 3, 1, 0 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
Eric Weisstein's World of Mathematics, Power Tower.
Wikipedia, Tetration.
FORMULA
x*3^x = 1.
x = (1/3)^(1/3)^(1/3)^... = LambertW(log(3))/log(3). - Alois P. Heinz, Dec 03 2014
EXAMPLE
0.54780862165409744645057540815102185034598933770148...
MAPLE
x:= LambertW(log(3))/log(3):
s:= convert(evalf(x, 140), string):
seq(parse(s[n+2]), n=0..119); # Alois P. Heinz, Dec 03 2014
MATHEMATICA
RealDigits[x/.FindRoot[x 3^x==1, {x, .5}, WorkingPrecision->120]][[1]] (* Harvey P. Dale, May 27 2012 *)
RealDigits[ProductLog[Log[3]]/Log[3], 10, 105][[1]] (* Amiram Eldar, May 04 2023 *)
CROSSREFS
Sequence in context: A010775 A010485 A194362 * A011285 A111421 A324021
KEYWORD
nonn,cons
AUTHOR
Zak Seidov, Mar 23 2005
EXTENSIONS
More terms from Harvey P. Dale, May 27 2012
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 25 07:07 EDT 2024. Contains 371964 sequences. (Running on oeis4.)