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!)
A124127 Numbers k such that 17k + 1 is prime. 2
6, 8, 14, 18, 24, 26, 36, 38, 54, 56, 60, 66, 74, 78, 80, 84, 90, 98, 110, 116, 126, 138, 140, 150, 158, 164, 168, 180, 186, 194, 204, 210, 216, 228, 230, 236, 248, 260, 266, 270, 290, 294, 300, 308, 318, 320, 344, 356, 360, 368, 374, 378, 384, 386, 396, 404 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
If k=116 then 17*k + 1 = 1973 (prime).
MATHEMATICA
Select[Range[500], PrimeQ[17#+1]&] (* Harvey P. Dale, Nov 28 2019 *)
PROG
(Magma) [n: n in [0..500] | IsPrime(17*n + 1)] // Vincenzo Librandi, Mar 26 2010
(PARI) is(n)=isprime(17*n+1) \\ Charles R Greathouse IV, Jun 13 2017
CROSSREFS
Cf. A024905, A129484 (resulting primes).
Sequence in context: A315895 A315896 A315897 * A315898 A315899 A315900
KEYWORD
nonn,easy
AUTHOR
Parthasarathy Nambi, Nov 29 2006
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 September 14 13:32 EDT 2024. Contains 375921 sequences. (Running on oeis4.)