login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A260635 Decimal expansion of 5^Pi. 1

%I #37 Sep 08 2022 08:46:13

%S 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 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 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 Decimal expansion of 5^Pi.

%e 156.99254530...

%t First@ RealDigits@ N[5^Pi, 120] (* _Michael De Vlieger_, Nov 12 2015 *)

%o (PARI) 5^Pi

%o (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 (Magma) pi:=Pi(RealField(110)); Reverse(Intseq(Floor(10^100*5^pi))); // _Vincenzo Librandi_, Nov 30 2015

%Y Cf. A217459 (2^Pi), A260629 (3^Pi), A073233, A260634.

%K nonn,cons

%O 3,2

%A _Li GAN_, Nov 11 2015

%E More digits from _Altug Alkan_, Nov 11 2015

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified September 17 14:02 EDT 2024. Contains 375987 sequences. (Running on oeis4.)