A140542 Primes of form 17*n - 6.
11, 79, 113, 181, 283, 317, 419, 487, 521, 691, 827, 929, 997, 1031, 1201, 1303, 1439, 1609, 1847, 1949, 2017, 2153, 2221, 2357, 2459, 2663, 2731, 2833, 2969, 3037, 3343, 3547, 3581, 3853, 3989, 4057, 4091, 4159, 4261, 4363, 4397, 4567, 4703, 5009, 5077
Offset: 1
Keywords
Examples
If n=1, then 17*1-6=11. If n=7, then 17*7-6=119.
Links
- Daniel Starodubtsev, Table of n, a(n) for n = 1..10000
Crossrefs
Cf. A129484.
Programs
-
Mathematica
Select[Range[11,5000,17],PrimeQ[#]&] (* Vladimir Joseph Stephan Orlovsky, Apr 03 2011*)
Extensions
More terms from N. J. A. Sloane, Jul 11 2008