A140545 Primes of form 17n + 6.
23, 193, 227, 397, 431, 499, 601, 839, 907, 941, 1009, 1213, 1451, 1553, 1621, 1723, 2029, 2063, 2131, 2267, 2437, 2539, 2777, 2879, 3049, 3083, 3253, 3389, 3457, 3491, 3559, 3593, 3797, 3967, 4001, 4273, 4409, 4783, 4817, 4919, 4987, 5021, 5531, 5701, 5939
Offset: 1
Keywords
Links
- Daniel Starodubtsev, Table of n, a(n) for n = 1..10000
Crossrefs
Cf. A129484.
Programs
-
Mathematica
Select[ Range[6,5000,17], PrimeQ] (* Vladimir Joseph Stephan Orlovsky, Apr 03 2011*)
-
PARI
forprime(p=2,1e4,if(p%17==6,print1(p", "))) \\ Charles R Greathouse IV, Dec 21 2011
Extensions
More terms from N. J. A. Sloane, Jul 11 2008