A142087 Primes congruent to 17 mod 35.
17, 157, 227, 367, 577, 647, 787, 857, 997, 1277, 1487, 1627, 1697, 1907, 2467, 2677, 2887, 2957, 3167, 3307, 3517, 3727, 3797, 4007, 4217, 4357, 4567, 4637, 4987, 5197, 5407, 5477, 5827, 5897, 6037, 6247, 6317, 6737, 6947, 7297, 7507, 7577, 7717, 7927
Offset: 1
Links
- Vincenzo Librandi, Table of n, a(n) for n = 1..1000
Crossrefs
Cf. A000040.
Programs
-
Magma
[p: p in PrimesUpTo(9000) | p mod 35 eq 17 ]; // Vincenzo Librandi, Aug 19 2012
-
Mathematica
Select[Range[17, 20000, 35], PrimeQ] (* Vladimir Joseph Stephan Orlovsky, Jun 29 2011 *) Select[Prime[Range[3000]],MemberQ[{17},Mod[#,35]]&] (* Vincenzo Librandi, Aug 19 2012 *)
-
PARI
is(n)=isprime(n) && n%35==17 \\ Charles R Greathouse IV, Jul 02 2016
Formula
a(n) ~ 24n log n. - Charles R Greathouse IV, Jul 02 2016