|
| |
|
|
A101557
|
|
Numbers n such that 101*n + 1009 is prime.
|
|
0
| |
|
|
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; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 1,2
|
|
|
COMMENTS
| 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 * A019292 A175886 A181451
Adjacent sequences: A101554 A101555 A101556 * 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
|
| |
|
|