A141998 Primes congruent to 22 mod 29.
109, 167, 283, 457, 631, 863, 1153, 1327, 1559, 1733, 1907, 2081, 2371, 2719, 2777, 3067, 3299, 3821, 4111, 4517, 4691, 5039, 5387, 5503, 5851, 6199, 6257, 6373, 6547, 6779, 7069, 7127, 7243, 7417, 7591, 7649, 7823, 8171, 8287, 8461, 8693, 8867, 9041, 9157
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 22 ]; // Vincenzo Librandi, Aug 17 2012
-
Mathematica
Select[Range[22,20000,29],PrimeQ] (* Vladimir Joseph Stephan Orlovsky, Apr 07 2011 *)
-
PARI
is(n)=isprime(n) && n%29==22 \\ Charles R Greathouse IV, Jul 03 2016
Formula
a(n) ~ 28n log n. - Charles R Greathouse IV, Jul 03 2016