A142033 Primes congruent to 29 mod 31.
29, 277, 401, 463, 587, 773, 1021, 1579, 1889, 1951, 2137, 2447, 2633, 2819, 3067, 3191, 3253, 4493, 4679, 5051, 5113, 5237, 5857, 5981, 6043, 6229, 6353, 6911, 7159, 7283, 7717, 7841, 8089, 8461, 8647, 9391, 9887, 9949, 10259, 10321, 10631, 11003, 11251
Offset: 1
Links
- Vincenzo Librandi, Table of n, a(n) for n = 1..1000
Programs
-
Magma
[p: p in PrimesUpTo(12000) | p mod 31 eq 29 ]; // Vincenzo Librandi, Aug 18 2012
-
Mathematica
Select[Range[29,20000,31],PrimeQ] (* Vladimir Joseph Stephan Orlovsky, Apr 30 2011 *)
-
PARI
is(n)=isprime(n) && n%31==29 \\ Charles R Greathouse IV, Jul 02 2016
Formula
a(n) ~ 30n log n. - Charles R Greathouse IV, Jul 02 2016