A194622 Decimal expansion of x with 0 < x < y and x^y = y^x = 17.
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
Offset: 1
Examples
x=1.7838142517704619219012767113132837917073658346795118208782477687564285462224371...
Links
- J. Sondow and D. Marques, Algebraic and transcendental solutions of some exponential equations, Annales Mathematicae et Informaticae, 37 (2010), 151-164.
Crossrefs
Programs
-
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
Comments