|
Search: id:A107642
|
|
|
| A107642 |
|
Numbers n such that the string 57n is prime. |
|
+0 1
|
|
| 1, 7, 11, 17, 37, 41, 43, 49, 79, 83, 91, 107, 119, 131, 139, 143, 149, 163, 173, 179, 191, 193, 203, 221, 223, 241, 251, 259, 269, 271, 283, 287, 301, 329, 331, 347, 349, 367, 373, 383, 389, 397, 413, 427, 457, 467, 487, 493, 503, 527, 529, 557, 559, 571, 587
(list; graph; listen)
|
|
|
OFFSET
|
1,2
|
|
|
COMMENT
|
5 and 7 are twin primes.
|
|
EXAMPLE
|
If n=1, then 57n = 571 (prime).
If n=41, then 57n = 5741 (prime).
If n=83, then 57n = 5783 (prime).
|
|
PROGRAM
|
(PARI) for(n=1, 1000, if(isprime(eval(concat("57", n))), print1(n, ", "))) (Shepherd)
|
|
CROSSREFS
|
Adjacent sequences: A107639 A107640 A107641 this_sequence A107643 A107644 A107645
Sequence in context: A078725 A019418 A068674 this_sequence A134572 A079651 A097956
|
|
KEYWORD
|
nonn
|
|
AUTHOR
|
Parthasarathy Nambi (PachaNambi(AT)yahoo.com), Jun 09 2005
|
|
EXTENSIONS
|
More terms from Rick L. Shepherd (rshepherd2(AT)hotmail.com), Jun 13 2005
|
|
|
Search completed in 0.002 seconds
|