A141979 Primes congruent to 3 mod 29.
3, 61, 293, 409, 467, 641, 757, 1163, 1279, 1453, 1511, 1627, 1801, 2207, 2381, 2671, 2729, 2903, 3019, 3251, 3541, 3889, 3947, 4643, 4759, 4817, 4933, 5107, 5281, 5861, 6151, 6673, 7079, 7253, 7369, 7717, 7949, 8123, 8297, 8761, 8819, 9109, 9283, 9341
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 3 ]; // Vincenzo Librandi, Apr 07 2011
-
Mathematica
Select[Range[3,20000,29],PrimeQ] (* Vladimir Joseph Stephan Orlovsky, Apr 06 2011 *)
-
PARI
is(n)=isprime(n) && n%29==3 \\ Charles R Greathouse IV, Jul 02 2016
Formula
a(n) ~ 28n log n. - Charles R Greathouse IV, Jul 02 2016