login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

Primes of the form ceiling(Pi^n).
0

%I #10 Jan 16 2023 17:35:44

%S 307,261424513284461,56129192858827520816193436882886842322337671

%N Primes of the form ceiling(Pi^n).

%C The next term (a(4)) has 472 digits. - _Harvey P. Dale_, Jan 16 2023

%H Eric Weisstein's World of Mathematics, <a href="http://mathworld.wolfram.com/Pi-Prime.html">Pi-Prime</a>

%t Select[Ceiling[Pi^Range[0,100]],PrimeQ] (* _Harvey P. Dale_, Jan 16 2023 *)

%Y Cf. A111937.

%K nonn,bref

%O 1,1

%A _Eric W. Weisstein_, May 01 2006