A141985 Primes congruent to 9 mod 29.
67, 241, 647, 821, 937, 1459, 2039, 2213, 2503, 2677, 2851, 2909, 3083, 3257, 3373, 3547, 3779, 4127, 4243, 4591, 4649, 5113, 5171, 5519, 5693, 5867, 6389, 6563, 6679, 6737, 6911, 7027, 7433, 7549, 7607, 7723, 8419, 8941, 8999, 9173, 9463, 9521, 9811, 10159
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 9 ]; // Vincenzo Librandi, Apr 07 2011
-
Mathematica
Select[Range[9,10000,29],PrimeQ] (* Vladimir Joseph Stephan Orlovsky, Apr 06 2011 *)
-
PARI
is(n)=isprime(n) && n%29==9 \\ Charles R Greathouse IV, Jul 03 2016
Formula
a(n) ~ 28n log n. - Charles R Greathouse IV, Jul 03 2016