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!)
A077547 Primes of the form floor(Pi^n). 3
3, 31, 97, 924269, 1958577254745770740635072198655932631 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
The main entry for this sequence is A059792.
a(6) has 158 digits and is too large to include.
LINKS
Eric Weisstein's World of Mathematics, Pi-Prime
MATHEMATICA
lst={}; Do[If[PrimeQ[p=Floor[Pi^n]], AppendTo[lst, p]], {n, 4*5!}]; lst (* Vladimir Joseph Stephan Orlovsky, Jan 28 2009 *)
PROG
(PARI) for(n=1, 999, if(ispseudoprime(t=floor(Pi^n)), print1(t", "))) \\ Charles R Greathouse IV, Oct 03 2011
CROSSREFS
Sequence in context: A182232 A294973 A307711 * A104312 A326736 A107197
KEYWORD
nonn
AUTHOR
Amarnath Murthy, Nov 09 2002
EXTENSIONS
a(5) from Vladimir Joseph Stephan Orlovsky, Jan 28 2009
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 24 05:33 EDT 2024. Contains 371918 sequences. (Running on oeis4.)