A260629 Decimal expansion of 3^Pi.
3, 1, 5, 4, 4, 2, 8, 0, 7, 0, 0, 1, 9, 7, 5, 4, 3, 9, 6, 0, 5, 4, 6, 3, 0, 3, 1, 1, 7, 4, 0, 5, 7, 0, 7, 8, 9, 0, 5, 5, 1, 2, 5, 4, 7, 9, 8, 2, 8, 1, 3, 8, 4, 6, 6, 9, 3, 9, 9, 8, 3, 1, 3, 8, 8, 0, 3, 3, 0, 4, 0, 3, 3, 2, 2, 3, 6, 6, 8, 7, 3, 3, 9, 4, 9, 3, 4, 9, 3, 0, 7, 7, 8, 6, 9, 3, 0, 8, 7, 8
Offset: 2
Examples
31.54428070019754396054630311740570789055125479828...
Crossrefs
Cf. A217459 (2^Pi).
Programs
-
Magma
pi:=Pi(RealField(110)); Reverse(Intseq(Floor(10^100* 3^pi))); // Vincenzo Librandi, Dec 01 2015
-
Mathematica
First@ RealDigits@ N[3^Pi, 120] (* Michael De Vlieger, Nov 12 2015 *)
-
PARI
3^Pi \\ Michel Marcus, Nov 11 2015
-
PARI
{ default(realprecision, 100); x=(3^Pi)/10; for(n=1, 100, d=floor(x); x=(x-d)*10; print1(d, ", ")) } \\ Altug Alkan, Nov 29 2015
Extensions
More terms from Altug Alkan, Nov 11 2015