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!)
A140842 Primes of the form 210k + 17. 1

%I #12 Sep 08 2022 08:45:35

%S 17,227,647,857,1277,1487,1697,1907,2957,3167,3797,4007,4217,4637,

%T 5477,5897,6317,6737,6947,7577,8627,8837,9257,9467,9677,9887,10937,

%U 11777,11987,12197,13037,13457,13877,14087,14717,15137,15767,16187,16607

%N Primes of the form 210k + 17.

%t Select[17 + 210 Range[0, 100], PrimeQ] (* _T. D. Noe_, Apr 27 2010 *)

%o (Magma) [ a: n in [0..900] | IsPrime(a) where a is 210*n+17] // _Vincenzo Librandi_, Nov 24 2010

%Y Cf. A073102, A075747.

%K nonn

%O 1,1

%A _Juri-Stepan Gerasimov_, Jul 04 2008

%E Extended by several contributors, Apr 29 2010

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 25 12:33 EDT 2024. Contains 371969 sequences. (Running on oeis4.)