|
| |
|
|
A107301
|
|
Numbers n such that (10007*n + 99991) is prime.
|
|
0
| |
|
|
0, 6, 14, 54, 66, 80, 86, 90, 126, 128, 146, 198, 200, 206, 216, 234, 236, 266, 278, 296, 308, 326, 336, 350, 368, 380, 390, 420, 438, 446, 458, 476, 494, 530, 534, 536, 564, 584, 590, 594, 614, 630, 660, 668, 674, 678, 684, 716, 758, 860, 870, 894, 936, 944
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 1,2
|
|
|
COMMENTS
| 10007 and 99991 are the smallest and the largest of five digit primes.
|
|
|
EXAMPLE
| If n=0, then 10007*n + 99991 = 99991 (prime).
If n=128, then 10007*n + 99991 = 1380887 (prime).
|
|
|
PROG
| (MAGMA) [n: n in [0..100000] | IsPrime(10007*n + 99991)] [From Vincenzo Librandi (vincenzo.librandi(AT)tin.it), Nov 13 2010]
|
|
|
CROSSREFS
| Sequence in context: A005515 A114705 A200187 * A118432 A032404 A059954
Adjacent sequences: A107298 A107299 A107300 * A107302 A107303 A107304
|
|
|
KEYWORD
| nonn
|
|
|
AUTHOR
| Parthasarathy Nambi (PachaNambi(AT)yahoo.com), May 20 2005
|
| |
|
|