|
Search: id:A101444
|
|
|
| A101444 |
|
Numbers n such that (9973*n + 10007) is a prime. |
|
+0 5
|
|
| 0, 14, 32, 42, 48, 98, 104, 108, 120, 122, 132, 180, 204, 210, 224, 228, 230, 264, 278, 300, 302, 308, 318, 342, 344, 348, 350, 374, 384, 402, 410, 414, 428, 438, 444, 462, 470, 500, 522, 540, 564, 602, 614, 638, 644, 672, 678, 692, 698, 714, 720, 740, 782
(list; graph; listen)
|
|
|
OFFSET
|
1,2
|
|
|
COMMENT
|
Note that 9973 is the largest four-digit prime and 10007 is the smallest five-digit prime.
|
|
EXAMPLE
|
If n=14 then 9973*14 + 10007 = 149629 (prime)
If n=32 then 9973*32 + 10007 = 329143 (prime)
If n=42 then 9973*42 + 10007 = 428873 (prime)
|
|
MATHEMATICA
|
Select[ Range[ 0, 791], PrimeQ[9973# + 10007]&] (from Robert G. Wilson v Jan 20 2005)
|
|
CROSSREFS
|
Cf. A101123, A101084, A101086, A101442.
Adjacent sequences: A101441 A101442 A101443 this_sequence A101445 A101446 A101447
Sequence in context: A015222 A054103 A101183 this_sequence A084194 A031109 A120711
|
|
KEYWORD
|
nonn
|
|
AUTHOR
|
Parthasarathy Nambi (PachaNambi(AT)yahoo.com), Jan 18 2005
|
|
EXTENSIONS
|
Extended by Lior Manor (lior.manor(AT)gmail.com) Ray Chandler (rayjchandler(AT)sbcglobal.net) and Robert G. Wilson v (rgwv(AT)rgwv.com), Jan 20 2005
|
|
|
Search completed in 0.002 seconds
|