|
Search: id:A101557
|
|
|
| A101557 |
|
Numbers n such that 101*n + 1009 is prime. |
|
+0 1
|
|
| 0, 12, 14, 24, 32, 48, 60, 68, 78, 90, 92, 102, 110, 122, 132, 134, 138, 140, 152, 164, 168, 174, 182, 188, 204, 218, 222, 224, 230, 258, 264, 270, 288, 294, 302, 308, 320, 344, 360, 362, 368, 374, 402, 404, 432, 434, 438, 444, 470, 474, 498
(list; graph; listen)
|
|
|
OFFSET
|
1,2
|
|
|
COMMENT
|
101 is the smallest three-digit prime and 1009 is the smallest four-digit prime.
|
|
EXAMPLE
|
If n=0, then 101*0 + 1009 = 1009 (prime)
If n=90, then 101*90 + 1009 = 10099 (prime)
If n=164, then 101*164 + 1009 = 17573 (prime)
|
|
MATHEMATICA
|
Select[Range[0, 500], PrimeQ[101# + 1009] &] - Stefan Steinerberger (stefan.steinerberger(AT)gmail.com), Feb 28 2006
|
|
CROSSREFS
|
Sequence in context: A091989 A078417 A107835 this_sequence A019292 A022326 A127401
Adjacent sequences: A101554 A101555 A101556 this_sequence A101558 A101559 A101560
|
|
KEYWORD
|
nonn
|
|
AUTHOR
|
Parthasarathy Nambi (PachaNambi(AT)yahoo.com), Jan 25 2005
|
|
EXTENSIONS
|
More terms from Stefan Steinerberger (stefan.steinerberger(AT)gmail.com), Feb 28 2006
|
|
|
Search completed in 0.002 seconds
|