|
| |
|
|
A105679
|
|
Numbers n such that (997*n + 101) is prime.
|
|
2
| |
|
|
0, 18, 24, 30, 36, 38, 44, 54, 56, 60, 78, 80, 86, 96, 108, 114, 128, 140, 144, 158, 168, 170, 176, 186, 198, 200, 206, 210, 224, 260, 288, 330, 348, 350, 366, 368, 374, 390, 414, 434, 444, 458, 470, 486, 488, 494, 530, 540, 560, 564, 570, 576, 596, 614, 648
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 1,2
|
|
|
COMMENTS
| 101 and 997 are the smallest and the largest three digit primes, respectively.
|
|
|
EXAMPLE
| If n=0, then 997*n + 101 = 101 (prime).
If n=96, then 997*n + 101 = 95813 (prime).
|
|
|
PROG
| (MAGMA) [n: n in [0..700] | IsPrime(997*n+101)]; [From Vincenzo Librandi (vincenzo.librandi(AT)tin.it), Nov 13 2010]
|
|
|
CROSSREFS
| Sequence in context: A050772 A086473 A076770 * A160810 A076771 A179014
Adjacent sequences: A105676 A105677 A105678 * A105680 A105681 A105682
|
|
|
KEYWORD
| nonn
|
|
|
AUTHOR
| Parthasarathy Nambi (PachaNambi(AT)yahoo.com), May 06 2005
|
| |
|
|