A141990 Primes congruent to 14 mod 29.
43, 101, 449, 739, 797, 971, 1087, 1319, 1493, 1609, 1667, 1783, 2131, 2711, 3001, 3407, 3581, 3697, 3929, 4219, 4451, 4567, 4799, 4973, 5147, 5437, 5669, 5843, 6133, 6481, 6829, 7177, 7351, 7583, 7699, 7757, 7873, 8221, 8627, 9091, 9323, 9439, 9497, 9613
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 14 ]; // Vincenzo Librandi, Apr 07 2011
-
Mathematica
Select[Range[14,10000,29],PrimeQ] (* Vladimir Joseph Stephan Orlovsky, Apr 06 2011 *)
-
PARI
is(n)=isprime(n) && n%29==14 \\ Charles R Greathouse IV, Jul 03 2016
Formula
a(n) ~ 28n log n. - Charles R Greathouse IV, Jul 03 2016