|
| |
|
|
A109080
|
|
Numbers n such that 5^n - 2 is prime.
|
|
14
| |
|
|
1, 2, 14, 26, 50, 126, 144, 260, 624, 1424, 10472, 19784, 24558
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 1,2
|
|
|
COMMENTS
| No more terms through 18000.
No more terms through 50000. [From Ryan Propper (rpropper(AT)cs.stanford.edu), Dec 10 2008]
|
|
|
EXAMPLE
| 5^14 - 2 = 6103515623 is prime, hence 14 is in the sequence.
|
|
|
MATHEMATICA
| Do[If[PrimeQ[5^n - 2], Print[n]], {n, 1, 18000}]
|
|
|
CROSSREFS
| Sequence in context: A051222 A194411 A017545 * A180877 A032461 A072390
Adjacent sequences: A109077 A109078 A109079 * A109081 A109082 A109083
|
|
|
KEYWORD
| hard,nonn
|
|
|
AUTHOR
| Ryan Propper (rpropper(AT)stanford.edu), Jun 18 2005
|
|
|
EXTENSIONS
| Two more terms. Ryan Propper (rpropper(AT)cs.stanford.edu), Dec 10 2008
|
| |
|
|