OFFSET
2,1
EXAMPLE
31.54428070019754396054630311740570789055125479828...
MATHEMATICA
First@ RealDigits@ N[3^Pi, 120] (* Michael De Vlieger, Nov 12 2015 *)
PROG
(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
(Magma) pi:=Pi(RealField(110)); Reverse(Intseq(Floor(10^100* 3^pi))); // Vincenzo Librandi, Dec 01 2015
CROSSREFS
KEYWORD
nonn,cons
AUTHOR
Li GAN, Nov 11 2015
EXTENSIONS
More terms from Altug Alkan, Nov 11 2015
STATUS
approved