|
Search: id:A111190
|
|
|
| A111190 |
|
Numbers n such that floor(pi^n - e^n) is prime. |
|
+0 1
|
| |
|
|
OFFSET
|
1,1
|
|
|
COMMENT
|
No more terms through 10000.
|
|
EXAMPLE
|
floor(pi^6 - e^6) = 557 is prime, hence 6 is a term.
|
|
MATHEMATICA
|
$MaxExtraPrecision = 10^6; Do[k = Floor[Pi^n - E^n]; If[PrimeQ[k], Print[n]], {n, 1, 10000}]
|
|
CROSSREFS
|
Sequence in context: A105605 A056441 A055877 this_sequence A009376 A025123 A071791
Adjacent sequences: A111187 A111188 A111189 this_sequence A111191 A111192 A111193
|
|
KEYWORD
|
hard,nonn
|
|
AUTHOR
|
Ryan Propper (rpropper(AT)stanford.edu), Oct 23 2005
|
|
|
Search completed in 0.002 seconds
|