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 A264807 #17 Jun 25 2023 01:55:56 %S A264807 1,6,5,0,1,7,9,7,5,0,7,6,8,8,4,8,3,5,9,7,4,4,6,8,3,1,1,9,9,2,0,4,7,6, %T A264807 3,7,2,6,1,8,6,8,9,1,2,5,3,4,2,1,4,8,2,4,3,2,0,8,0,8,0,6,8,1,2,8,8,4, %U A264807 6,1,4,3,0,7,0,7,4,1,2,7 %N A264807 Decimal expansion of the positive root of x^(x^x) = Pi. %e A264807 1.65017975076884835974468311992047637261868912534214824320808068128846... %t A264807 RealDigits[x /. FindRoot[x^(x^x) == Pi, {x, 1}, WorkingPrecision -> 105]][[1]] (* _Amiram Eldar_, Jun 25 2023 *) %o A264807 (PARI) default(realprecision,2000);solve(x=0.01, 2, x^(x^x)-Pi) %Y A264807 Cf. A000796, A264808. %K A264807 nonn,cons %O A264807 1,2 %A A264807 _Anders Hellström_, Nov 25 2015