login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A101084
Numbers k such that 97*k + 101 is a prime.
6
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
OFFSET
1,2
COMMENTS
97 is the largest two-digit prime and 101 is the smallest three-digit prime.
LINKS
EXAMPLE
If k=6, then 97*6 + 101 = 683 (prime).
If k=8, then 97*8 + 101 = 877 (prime).
If k=14, then 97*14 + 101 = 1459 (prime).
PROG
(Magma) [ n: n in [0..600] | IsPrime(97*n+101) ]; // Vincenzo Librandi, Feb 04 2011
CROSSREFS
KEYWORD
nonn
AUTHOR
Parthasarathy Nambi, Jan 21 2005
EXTENSIONS
Extended by Ray Chandler, Jan 25 2005
STATUS
approved