|
Search: id:A113480
|
|
|
| A113480 |
|
Numbers n such that 17^n+2 is prime. |
|
+0 7
|
| |
|
|
OFFSET
|
1,3
|
|
|
COMMENT
|
Only numbers of the form 6k-5 and 6k-3 need be tested.
Next term, if exists, is > 2500. - Stefan Steinerberger (stefan.steinerberger(AT)gmail.com), Jan 28 2006
Next term, if exists, is > 11550. - Huseyin Azoguz (huseyin(AT)mmnetz.de), Nov 30 2008
|
|
MATHEMATICA
|
Do[If[PrimeQ[17^n + 2], Print[n]], {n, 0, 2500}] (Steinerberger)
|
|
PROGRAM
|
(PARI) g2(n)= { print1(0", "); forstep(x=1, n, 6, if(ispseudoprime(17^x+2), print1(x", ")); if(ispseudoprime(17^(x+2)+2), print1(x+2", ")) ) }
|
|
CROSSREFS
|
Sequence in context: A010090 A147576 A145752 this_sequence A102792 A013594 A160340
Adjacent sequences: A113477 A113478 A113479 this_sequence A113481 A113482 A113483
|
|
KEYWORD
|
nonn
|
|
AUTHOR
|
Cino Hilliard (hillcino368(AT)gmail.com), Jan 09 2006
|
|
|
Search completed in 0.002 seconds
|