A140544 Primes of form 17*k + 2.
2, 19, 53, 223, 257, 359, 461, 563, 631, 733, 937, 971, 1039, 1277, 1447, 1481, 1549, 1583, 1753, 1787, 1889, 2161, 2297, 2399, 2467, 2671, 2909, 3011, 3079, 3181, 3623, 3691, 3793, 3929, 4099, 4133, 4201, 4337, 4507, 4643, 4813, 5051, 5119, 5153, 5323, 5527
Offset: 1
Examples
17*1 + 2 = 19; 17*13 + 2 = 223.
Links
- Vincenzo Librandi, Table of n, a(n) for n = 1..1000
Crossrefs
Cf. A092074.
Programs
-
Magma
[ p: p in PrimesUpTo(10000) | p mod 17 eq 2 ]; // Vincenzo Librandi, Apr 08 2011
-
Mathematica
Select[Range[2,5000,17],PrimeQ[#]&] (* Vladimir Joseph Stephan Orlovsky, Apr 03 2011*)
Formula
{2} UNION A142072. - R. J. Mathar, Jul 20 2008
Extensions
Corrected and extended by N. J. A. Sloane, Jul 11 2008