A260634 Decimal expansion of 4^Pi.
7, 7, 8, 8, 0, 2, 3, 3, 6, 4, 8, 3, 8, 8, 1, 1, 5, 1, 0, 7, 0, 2, 0, 8, 3, 4, 7, 7, 8, 5, 9, 7, 6, 5, 9, 7, 9, 6, 3, 2, 1, 8, 9, 8, 7, 6, 9, 2, 0, 0, 5, 0, 8, 7, 4, 6, 4, 0, 5, 9, 1, 9, 9, 8, 3, 1, 4, 9, 0, 0, 1, 4, 6, 7, 7, 8, 4, 4, 2, 1, 4, 4, 7, 8, 0, 5, 7, 7, 5, 1, 9, 1, 7, 0, 3, 8, 4, 3, 2, 8
Offset: 2
Examples
77.880233648...
Programs
-
Magma
pi:=Pi(RealField(110)); Reverse(Intseq(Floor(10^100*4^pi))); // Vincenzo Librandi, Nov 30 2015
-
Mathematica
First@ RealDigits@ N[4^Pi, 120] (* Michael De Vlieger, Nov 12 2015 *)
-
PARI
4^Pi
-
PARI
{ default(realprecision, 100); x=(4^Pi)/10; 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