A118843 Primes of the form ceiling(Pi^k).
307, 261424513284461, 56129192858827520816193436882886842322337671
Offset: 1
Keywords
Links
- Amiram Eldar, Table of n, a(n) for n = 1..7
- Eric Weisstein's World of Mathematics, Pi-Prime.
Programs
-
Mathematica
Select[Ceiling[Pi^Range[0,100]],PrimeQ] (* Harvey P. Dale, Jan 16 2023 *)
Comments