A141989 Primes congruent to 13 mod 29.
13, 71, 419, 593, 709, 883, 941, 1231, 1289, 1579, 1637, 1753, 1811, 2333, 2797, 2971, 3203, 3319, 4073, 4363, 4421, 4943, 5059, 5233, 5407, 5581, 5639, 5813, 5987, 6277, 6451, 6857, 7321, 7669, 7727, 7901, 8017, 8191, 8423, 8539, 8597, 8713, 8887, 9293
Offset: 1
Links
- Vincenzo Librandi, Table of n, a(n) for n = 1..1000
Crossrefs
Cf. A000040.
Programs
-
Magma
[p: p in PrimesUpTo(10000) | p mod 29 eq 13 ]; // Vincenzo Librandi, Aug 17 2012
-
Mathematica
Select[Range[13,10000,29],PrimeQ] (* Vladimir Joseph Stephan Orlovsky, Apr 06 2011 *)
-
PARI
is(n)=isprime(n) && n%29==13 \\ Charles R Greathouse IV, Jul 02 2016
Formula
a(n) ~ 28n log n. - Charles R Greathouse IV, Jul 02 2016