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!)
A329458 Decimal expansion of x such that x^x * log(x) - x^x + 1 = 0, x > 1. 0
2, 4, 1, 1, 7, 3, 9, 9, 3, 0, 5, 6, 0, 5, 5, 9, 2, 8, 1, 1, 4, 5, 1, 8, 9, 1, 9, 8, 0, 2, 4, 4, 6, 4, 1, 3, 2, 6, 1, 1, 7, 7, 3, 5, 6, 0, 3, 4, 0, 4, 6, 3, 7, 0, 1, 5, 3, 5, 1, 5, 4, 6, 7, 1, 3, 8, 6, 0, 7, 0, 7, 9, 9, 6, 1, 1, 9, 9, 0, 2, 9 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Equivalent to the coordinates of the self-intersection point of the graph y^x - x^y = y - x, where x, y > 1.
LINKS
FORMULA
x^x * log(x) - x^x + 1 = 0; x != 1.
y^x - x^y = y - x; y = x; x != 1.
x = exp(1-x^(-x)); x > 1. - Rick Novile, Jul 14 2020
EXAMPLE
x = 2.41173993056055928114518919802446413261177356034046370153515467138607...
MATHEMATICA
FindRoot[x^x Log[x] - x^x + 1 == 0, {x, 2.40737, 2.41474}, WorkingPrecision -> 1000]
PROG
(PARI) solve(x=2, 3, x^x * log(x) - x^x + 1) \\ Michel Marcus, Nov 16 2019
(PARI) solve(x=2, 3, x - exp(1-1/x^x)) \\ Michel Marcus, Jul 14 2020
CROSSREFS
Sequence in context: A096110 A207260 A187913 * A332010 A201287 A236367
KEYWORD
nonn,cons
AUTHOR
Rick Novile, Nov 16 2019
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 01:35 EDT 2024. Contains 371964 sequences. (Running on oeis4.)