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 A260635 #37 Sep 08 2022 08:46:13 %S A260635 1,5,6,9,9,2,5,4,5,3,0,8,8,6,5,9,0,7,5,7,8,4,5,9,1,9,8,8,3,2,6,4,8,9, %T A260635 1,3,1,3,9,1,4,1,4,7,4,6,4,4,7,2,6,4,5,9,4,6,9,0,5,9,7,1,1,8,6,3,3,7, %U A260635 8,4,6,5,2,5,5,2,3,0,1,7,9,4,4,9,0,8,4,1,8,9,6,2,6,0,5,3,0,7,6,1 %N A260635 Decimal expansion of 5^Pi. %e A260635 156.99254530... %t A260635 First@ RealDigits@ N[5^Pi, 120] (* _Michael De Vlieger_, Nov 12 2015 *) %o A260635 (PARI) 5^Pi %o A260635 (PARI) { default(realprecision, 100); x=(5^Pi)/100; for(n=1, 100, d=floor(x); x=(x-d)*10; print1(d, ", ")) } \\ _Altug Alkan_, Nov 29 2015 %o A260635 (Magma) pi:=Pi(RealField(110)); Reverse(Intseq(Floor(10^100*5^pi))); // _Vincenzo Librandi_, Nov 30 2015 %Y A260635 Cf. A217459 (2^Pi), A260629 (3^Pi), A073233, A260634. %K A260635 nonn,cons %O A260635 3,2 %A A260635 _Li GAN_, Nov 11 2015 %E A260635 More digits from _Altug Alkan_, Nov 11 2015