|
| |
|
|
A105680
|
|
Numbers n such that (1009*n + 9973) is prime.
|
|
2
| |
|
|
0, 4, 10, 34, 40, 70, 106, 124, 136, 144, 150, 162, 166, 174, 186, 190, 202, 244, 280, 300, 312, 360, 370, 372, 376, 384, 390, 412, 454, 456, 466, 472, 474, 504, 522, 540, 544, 546, 550, 574, 586, 592, 606, 612, 624, 636, 654, 670, 682, 684, 690, 694, 696
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 1,2
|
|
|
COMMENTS
| 1009 and 9973 are the smallest and the largest four digit primes, respectively.
|
|
|
EXAMPLE
| If n=0, then 1009*n + 9973 = 9973 (prime).
If n=144, then 1009*n + 9973 = 155269 (prime).
|
|
|
PROG
| (MAGMA) [n: n in [0..700] | IsPrime(1009*n+9973)]; [From Vincenzo Librandi (vincenzo.librandi(AT)tin.it), Nov 13 2010]
|
|
|
CROSSREFS
| Sequence in context: A122948 A149171 A149172 * A066454 A022445 A091003
Adjacent sequences: A105677 A105678 A105679 * A105681 A105682 A105683
|
|
|
KEYWORD
| nonn
|
|
|
AUTHOR
| Parthasarathy Nambi (PachaNambi(AT)yahoo.com), May 06 2005
|
| |
|
|