A142094 Primes congruent to 27 mod 35.
97, 167, 307, 587, 727, 797, 937, 1217, 1427, 1567, 1637, 1777, 1847, 1987, 2267, 2477, 2617, 2687, 2897, 3037, 3457, 3527, 3877, 3947, 4157, 4297, 4507, 4787, 5347, 5417, 5557, 6047, 6257, 6397, 6607, 7027, 7237, 7307, 7517, 7727, 7867, 7937, 8147, 8287
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 27 ]; // Vincenzo Librandi, Aug 19 2012
-
Mathematica
Select[Range[27, 20000, 35], PrimeQ] (* Vladimir Joseph Stephan Orlovsky, Jun 29 2011 *) Select[Prime[Range[3000]],MemberQ[{27},Mod[#,35]]&] (* Vincenzo Librandi, Aug 19 2012 *)
-
PARI
is(n)=isprime(n) && n%35==27 \\ Charles R Greathouse IV, Jul 02 2016
Formula
a(n) ~ 24n log n. - Charles R Greathouse IV, Jul 02 2016