|
| |
|
|
A101084
|
|
Numbers n such that 97*n + 101 is a prime.
|
|
5
| |
|
|
0, 6, 8, 14, 18, 30, 36, 50, 86, 90, 96, 110, 114, 116, 126, 128, 134, 138, 140, 156, 158, 174, 186, 194, 200, 204, 218, 236, 258, 260, 266, 278, 294, 296, 300, 314, 326, 336, 338, 344, 348, 354, 366, 368, 378, 398, 420, 428, 468, 470, 476, 498, 504, 516, 524
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 1,2
|
|
|
COMMENTS
| 97 is the largest two-digit prime and 101 is the smallest three-digit prime.
|
|
|
EXAMPLE
| If n=6, then 97*6 + 101 = 683 (prime)
If n=8, then 97*8 + 101 = 877 (prime)
If n=14, then 97*14 + 101 = 1459 (prime)
|
|
|
PROG
| (MAGMA) [ n: n in [0..600] | IsPrime(97*n+101) ]; [From Vincenzo Librandi, Feb 04 2011]
|
|
|
CROSSREFS
| Cf. A100775, A101086, A101123, A101444.
Sequence in context: A101123 A102721 A124127 * A108935 A108028 A160244
Adjacent sequences: A101081 A101082 A101083 * A101085 A101086 A101087
|
|
|
KEYWORD
| nonn
|
|
|
AUTHOR
| Parthasarathy Nambi (PachaNambi(AT)yahoo.com), Jan 21 2005
|
|
|
EXTENSIONS
| Extended by Ray Chandler (rayjchandler(AT)sbcglobal.net), Jan 25 2005
|
| |
|
|