login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A108976 Numbers n such that 17*n + 19 is prime. 0
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 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
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

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 24 20:08 EDT 2024. Contains 371963 sequences. (Running on oeis4.)