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!)
A111193 Numbers k such that floor(Pi^k + e^k) is prime. 0
1, 2, 20, 21, 3087, 3284 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
No more terms through 10000.
LINKS
EXAMPLE
floor(Pi^20 + e^20) = 9255121991 is prime, hence 20 is a term.
MATHEMATICA
$MaxExtraPrecision = 10^6; Do[k = Floor[Pi^n + E^n]; If[PrimeQ[k], Print[n]], {n, 1, 10000}]
CROSSREFS
Cf. A061675.
Sequence in context: A024629 A235500 A319953 * A136906 A260570 A022372
KEYWORD
nonn,hard,more
AUTHOR
Ryan Propper, Oct 23 2005
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 18 18:58 EDT 2024. Contains 371781 sequences. (Running on oeis4.)