A141978 Primes congruent to 2 mod 29.
2, 31, 89, 263, 379, 727, 1249, 1307, 1423, 1481, 1597, 2003, 2293, 2351, 2467, 2699, 3163, 3221, 3511, 3917, 4091, 4729, 4787, 4903, 5077, 5309, 5483, 5657, 6121, 6353, 6469, 6701, 6991, 7687, 7919, 8093, 8209, 8731, 8963, 9137, 9311, 9601, 9833, 9949
Offset: 1
Links
- Vincenzo Librandi, Table of n, a(n) for n = 1..1000
Programs
-
Magma
[ p: p in PrimesUpTo(11000) | p mod 29 eq 2 ]; // Vincenzo Librandi, Apr 07 2011
-
Mathematica
Select[Range[2,20000,29],PrimeQ] (* Vladimir Joseph Stephan Orlovsky, Apr 06 2011 *)
-
PARI
is(n)=isprime(n) && n%29==2 \\ Charles R Greathouse IV, Jul 01 2016
Formula
{2} UNION A142715. - R. J. Mathar, Jul 20 2008