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
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 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
3,2
LINKS
EXAMPLE
156.99254530...
MATHEMATICA
First@ RealDigits@ N[5^Pi, 120] (* Michael De Vlieger, Nov 12 2015 *)
PROG
(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
(Magma) pi:=Pi(RealField(110)); Reverse(Intseq(Floor(10^100*5^pi))); // Vincenzo Librandi, Nov 30 2015
CROSSREFS
Cf. A217459 (2^Pi), A260629 (3^Pi), A073233, A260634.
Sequence in context: A357471 A021641 A332327 * A306016 A087176 A227006
KEYWORD
nonn,cons
AUTHOR
Li GAN, Nov 11 2015
EXTENSIONS
More digits from Altug Alkan, Nov 11 2015
STATUS
approved

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 April 19 12:14 EDT 2024. Contains 371792 sequences. (Running on oeis4.)