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”).

A108976
Numbers n such that 17*n + 19 is prime.
1
0, 2, 12, 14, 20, 26, 32, 36, 42, 54, 56, 60, 74, 84, 86, 90, 92, 102, 104, 110, 126, 134, 140, 144, 156, 170, 176, 180, 186, 212, 216, 222, 230, 240, 242, 246, 254, 264, 272, 282, 296, 300, 302, 312, 324, 344, 354, 362, 372, 384, 386, 414, 420, 422, 440, 450
OFFSET
1,2
EXAMPLE
If n=0 then 17*n + 19 = 19 (prime).
If n=92 then 17*n + 19 = 1583 (prime).
PROG
(Magma) [n: n in [0..10000] |IsPrime(17*n + 19)] - Vincenzo Librandi, Nov 13 2010
(PARI) is(n)=isprime(17*n+19) \\ Charles R Greathouse IV, Jun 13 2017
CROSSREFS
Sequence in context: A186647 A086285 A124163 * A073598 A232768 A022368
KEYWORD
nonn,easy
AUTHOR
Parthasarathy Nambi, Jul 27 2005
STATUS
approved