|
| |
|
|
A107302
|
|
Numbers n such that (99991*n + 10007) is prime.
|
|
0
| |
|
|
0, 20, 24, 42, 44, 62, 72, 96, 104, 122, 152, 156, 180, 192, 200, 222, 230, 240, 242, 252, 254, 264, 294, 312, 356, 362, 380, 422, 426, 452, 482, 500, 504, 534, 546, 566, 590, 602, 650, 656, 672, 690, 710, 720, 726, 744, 770, 794, 804, 810, 836, 840, 864, 914
(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 99991*n + 10007 = 10007 (prime).
If n=122, then 99991*n + 10007 = 12208909 (prime).
|
|
|
PROG
| (MAGMA) [n: n in [0..1000] | IsPrime(99991*n+10007)]; [From Vincenzo Librandi (vincenzo.librandi(AT)tin.it), Nov 13 2010]
|
|
|
CROSSREFS
| Sequence in context: A171696 A060461 A044996 * A193572 A167323 A112819
Adjacent sequences: A107299 A107300 A107301 * A107303 A107304 A107305
|
|
|
KEYWORD
| nonn
|
|
|
AUTHOR
| Parthasarathy Nambi (PachaNambi(AT)yahoo.com), May 20 2005
|
| |
|
|