A117839 Primes of the form floor(Pi^k + e^k).
2, 5, 17, 9255121991, 28870447577
Offset: 1
Crossrefs
Programs
-
Mathematica
Select[Table[Floor[\[Pi]^n+E^n],{n,0,5000}],PrimeQ] (* Harvey P. Dale, Apr 26 2011 *)
This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.
Select[Table[Floor[\[Pi]^n+E^n],{n,0,5000}],PrimeQ] (* Harvey P. Dale, Apr 26 2011 *)
Comments