A141995 Primes congruent to 19 mod 29.
19, 193, 251, 367, 541, 599, 773, 947, 1063, 1237, 1759, 1933, 2281, 2339, 2687, 2803, 2861, 3209, 3499, 3557, 3673, 3847, 4021, 4079, 4253, 5297, 5413, 5471, 6689, 6863, 7211, 7559, 7907, 8081, 8429, 8719, 8893, 8951, 9067, 9241, 9473, 10111, 10169, 10343
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 19 ]; // Vincenzo Librandi, Aug 17 2012
-
Mathematica
Select[Range[19,20000,29],PrimeQ] (* Vladimir Joseph Stephan Orlovsky, Apr 07 2011 *)
-
PARI
is(n)=isprime(n) && n%29==19 \\ Charles R Greathouse IV, Jul 03 2016
Formula
a(n) ~ 28n log n. - Charles R Greathouse IV, Jul 03 2016