|
Search: id:A128459
|
|
|
| A128459 |
|
Numbers n such that 17^n - 2 is a prime. |
|
+0 10
|
| |
|
|
OFFSET
|
1,1
|
|
|
MATHEMATICA
|
Do[ f = 17^n - 2; If[ PrimeQ[ f ], Print[ {n, f} ] ], {n, 1, 1000} ]
|
|
CROSSREFS
|
Cf. A084714 = smallest prime of the form (2n-1)^k - 2, or 0 if no such number exists. Cf. A128472 = smallest prime of the form (2n-1)^k - 2 for k>(2n-1), or 0 if no such number exists. Cf. A014224, A109080, A090669, A128455, A128457, A128458, A128460, A128461.
Sequence in context: A057228 A132398 A073120 this_sequence A065743 A082195 A063961
Adjacent sequences: A128456 A128457 A128458 this_sequence A128460 A128461 A128462
|
|
KEYWORD
|
hard,more,nonn
|
|
AUTHOR
|
Alexander Adamchuk (alex(AT)kolmogorov.com), Mar 14 2007
|
|
EXTENSIONS
|
2 more terms from Stefan Steinerberger (stefan.steinerberger(AT)gmail.com), May 05 2007
Two more terms from Ryan Propper (rpropper(AT)cs.stanford.edu), Jan 16 2008
|
|
|
Search completed in 0.002 seconds
|