This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.
%I A333318 #28 Mar 15 2020 13:36:48 %S A333318 3,4,6,3,2,3,3,6,2,2,7,8,5,8,0,9,2,2,0,6,4,8,5,6,5,5,2,1,8,0,8,8,6,7, %T A333318 7,2,1,1,3,5,4,5,4,5,4,6,8,2,8,2,1,0,3,8,0,1,4,4,5,1,7,3,6,9,5,1,6,0, %U A333318 8,4,4,7,3,1,3,5,9,3,5,9,7,7,2,3,7,3,9,6,6,7,5,2,0,7,7,3,1,9,8,9 %N A333318 Decimal expansion of the number x that satisfies x^x = 2x as well as x != 2. %F A333318 x^x = 2x, x != 2. %e A333318 0.34632336227858092206485655218088677211354545468282... %t A333318 RealDigits[x/.FindRoot[-2 x + x^x == 0, {x, 1/2}, WorkingPrecision -> 120]][[1]] (* _Michael De Vlieger_, Mar 14 2020 *) %o A333318 (PARI) solve(x=0.1, 1, x^x-2*x) \\ _Michel Marcus_, Mar 15 2020 %Y A333318 Cf. A030798. %K A333318 nonn,cons %O A333318 0,1 %A A333318 _Wyatt Porter_, Mar 14 2020