|
Search: id:A111191
|
|
|
| A111191 |
|
Numbers n such that ceiling(pi^n - e^n) is prime. |
|
+0 1
|
|
| 2, 3, 4, 17, 19, 44, 97, 105, 116, 207, 432, 872, 1203, 2139, 3212
(list; graph; listen)
|
|
|
OFFSET
|
1,1
|
|
|
COMMENT
|
No more terms through 10000.
|
|
EXAMPLE
|
ceiling(pi^17 - e^17) = 258689611 is prime, hence 17 is a term.
|
|
MATHEMATICA
|
$MaxExtraPrecision = 10^6; Do[k = Ceiling[Pi^n - E^n]; If[PrimeQ[k], Print[n]], {n, 1, 10000}]
|
|
CROSSREFS
|
Sequence in context: A095261 A066103 A004833 this_sequence A115891 A037394 A037430
Adjacent sequences: A111188 A111189 A111190 this_sequence A111192 A111193 A111194
|
|
KEYWORD
|
hard,nonn
|
|
AUTHOR
|
Ryan Propper (rpropper(AT)stanford.edu), Oct 23 2005
|
|
|
Search completed in 0.002 seconds
|