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!)
A194622 Decimal expansion of x with 0 < x < y and x^y = y^x = 17. 2
1, 7, 8, 3, 8, 1, 4, 2, 5, 1, 7, 7, 0, 4, 6, 1, 9, 2, 1, 9, 0, 1, 2, 7, 6, 7, 1, 1, 3, 1, 3, 2, 8, 3, 7, 9, 1, 7, 0, 7, 3, 6, 5, 8, 3, 4, 6, 7, 9, 5, 1, 1, 8, 2, 0, 8, 7, 8, 2, 4, 7, 7, 6, 8, 7, 5, 6, 4, 2, 8, 5, 4, 6, 2, 2, 2, 4, 3, 7, 1, 0, 2, 8, 6, 1, 2, 6, 6, 2, 2, 2, 7, 8, 2, 3, 2, 3, 7, 2, 7 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Given z > 0, there exist positive real numbers x < y with x^y = y^x = z, if and only if z > e^e. In that case, (x,y) = ((1 + 1/t)^t,(1 + 1/t)^(t+1)) for some t > 0. For example, t = 1 gives 2^4 = 4^2 = 16 > e^e. When x^y = y^x = 17, at least one of x and y is transcendental. See Sondow and Marques 2010, pp. 155-157.
LINKS
J. Sondow and D. Marques, Algebraic and transcendental solutions of some exponential equations, Annales Mathematicae et Informaticae, 37 (2010), 151-164.
EXAMPLE
x=1.7838142517704619219012767113132837917073658346795118208782477687564285462224371...
MATHEMATICA
x[t_] := (1 + 1/t)^t; y[t_] := (1 + 1/t)^(t + 1); t = t/. FindRoot[ x[t]^y[t] == 17, {t, 1}, WorkingPrecision -> 120]; RealDigits[ x[t], 10, 100] // First
CROSSREFS
Cf. A073226 (e^e), A194556 ((9/4)^(27/8) = (27/8)^(9/4)), A194557 (sqrt(3)^sqrt(27) = sqrt(27)^sqrt(3)), A194623 (y with 0 < x < y and x^y = y^x = 17).
Sequence in context: A083648 A133613 A296140 * A193010 A079082 A091683
KEYWORD
nonn,cons
AUTHOR
Jonathan Sondow, Aug 30 2011
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 21:09 EDT 2024. Contains 371798 sequences. (Running on oeis4.)