|
| |
|
|
A106697
|
|
Numbers n such that (997*n - 101) is prime.
|
|
0
| |
|
|
6, 12, 24, 34, 40, 66, 114, 124, 130, 144, 154, 172, 196, 210, 222, 226, 240, 244, 252, 270, 282, 300, 306, 336, 352, 354, 366, 370, 376, 382, 384, 424, 432, 454, 474, 480, 502, 532, 562, 570, 574, 586, 592, 600, 604, 612, 616, 622, 636, 646, 690, 702, 714
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 1,1
|
|
|
COMMENTS
| 101 and 997 are the smallest and the largest of three digit primes.
|
|
|
EXAMPLE
| If n=6, then 997*n - 101 = 5881 (prime).
If n=144, then 997*n - 101 = 143467 (prime).
|
|
|
PROG
| (MAGMA) [n: n in [1..100000] | IsPrime(997*n - 101)] [From Vincenzo Librandi (vincenzo.librandi(AT)tin.it), Nov 13 2010]
|
|
|
CROSSREFS
| Cf. A105679, A105583.
Sequence in context: A119500 A110967 A000082 * A140522 A065218 A187678
Adjacent sequences: A106694 A106695 A106696 * A106698 A106699 A106700
|
|
|
KEYWORD
| nonn
|
|
|
AUTHOR
| Parthasarathy Nambi (PachaNambi(AT)yahoo.com), May 13 2005
|
| |
|
|