A142003 Primes congruent to 27 mod 29.
317, 433, 491, 607, 839, 1013, 1129, 1187, 1303, 1361, 1709, 1999, 2347, 2521, 2579, 2753, 2927, 3217, 3391, 3449, 3623, 3739, 3797, 4261, 4493, 4783, 4957, 5189, 5479, 5653, 5711, 5827, 6581, 6871, 7103, 7219, 7393, 7451, 7741, 8089, 8147, 8263, 8669
Offset: 1
Links
- Vincenzo Librandi, Table of n, a(n) for n = 1..1000
Programs
-
Magma
[p: p in PrimesUpTo(12000) | p mod 29 eq 27 ]; // Vincenzo Librandi, Aug 17 2012
-
Mathematica
Select[Range[27,20000,29],PrimeQ] (* Vladimir Joseph Stephan Orlovsky, Apr 07 2011 *)
-
PARI
is(n)=isprime(n) && n%29==27 \\ Charles R Greathouse IV, Jul 02 2016
Formula
a(n) ~ 28n log n. - Charles R Greathouse IV, Jul 02 2016