|
| |
|
|
A077547
|
|
Primes of the form floor(Pi^n).
|
|
3
| | |
|
|
|
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 [From Vladimir Orlovsky (4vladimir(AT)gmail.com), 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: A031916 A137185 A152417 * A104312 A107197 A096060
Adjacent sequences: A077544 A077545 A077546 * A077548 A077549 A077550
|
|
|
KEYWORD
| nonn
|
|
|
AUTHOR
| Amarnath Murthy (amarnath_murthy(AT)yahoo.com), Nov 09 2002
|
|
|
EXTENSIONS
| a(5) from Vladimir Orlovsky (4vladimir(AT)gmail.com), Jan 28 2009
|
| |
|
|