A141994 Primes congruent to 18 mod 29.
47, 163, 337, 569, 743, 859, 1033, 1091, 1381, 1439, 1613, 1787, 2251, 2309, 2657, 3121, 3469, 3527, 3643, 3701, 4049, 4339, 4397, 4513, 4861, 4919, 5209, 5441, 5557, 6079, 6311, 6427, 6659, 6833, 6949, 7297, 7529, 7703, 7877, 7993, 8167, 8573, 8689, 8747
Offset: 1
Links
- Vincenzo Librandi, Table of n, a(n) for n = 1..1000
Programs
-
Magma
[p: p in PrimesUpTo(12000) | p mod 29 eq 18 ]; // Vincenzo Librandi, Aug 17 2012
-
Mathematica
Select[Range[18,20000,29],PrimeQ] (* Vladimir Joseph Stephan Orlovsky, Apr 07 2011 *)
-
PARI
is(n)=isprime(n) && n%29==18 \\ Charles R Greathouse IV, Jul 03 2016
Formula
a(n) ~ 28n log n. - Charles R Greathouse IV, Jul 03 2016