A142002 Primes congruent to 26 mod 29.
113, 229, 461, 577, 751, 809, 983, 1447, 1621, 2027, 2143, 2549, 2897, 3187, 3361, 3593, 3709, 3767, 4057, 4231, 4289, 4463, 4637, 5101, 5333, 5449, 5507, 5623, 6029, 6203, 6551, 6841, 6899, 7247, 7537, 8059, 8117, 8233, 8291, 8581, 8929, 9103, 9161, 9277
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 26 ]; // Vincenzo Librandi, Aug 17 2012
-
Mathematica
Select[Range[26,20000,29],PrimeQ] (* Vladimir Joseph Stephan Orlovsky, Apr 07 2011 *)
-
PARI
is(n)=isprime(n) && n%29==26 \\ Charles R Greathouse IV, Jul 03 2016
Formula
a(n) ~ 28n log n. - Charles R Greathouse IV, Jul 03 2016