A260635 Decimal expansion of 5^Pi.
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, 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, 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
Offset: 3
Examples
156.99254530...
Programs
-
Magma
pi:=Pi(RealField(110)); Reverse(Intseq(Floor(10^100*5^pi))); // Vincenzo Librandi, Nov 30 2015
-
Mathematica
First@ RealDigits@ N[5^Pi, 120] (* Michael De Vlieger, Nov 12 2015 *)
-
PARI
5^Pi
-
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
Extensions
More digits from Altug Alkan, Nov 11 2015