A141962 Primes congruent to 22 mod 27.
103, 157, 211, 373, 643, 751, 859, 967, 1021, 1129, 1237, 1291, 1399, 1453, 1669, 1723, 1777, 1831, 1993, 2371, 2749, 2803, 2857, 3019, 3181, 3343, 3559, 3613, 4099, 4153, 4261, 4423, 4639, 4801, 4909, 5179, 5233, 5449, 5503, 5557, 5827, 5881, 6043, 6151
Offset: 1
Links
- Vincenzo Librandi, Table of n, a(n) for n = 1..1000
Programs
-
Magma
[p: p in PrimesUpTo(7000) | p mod 27 eq 22 ]; // Vincenzo Librandi, Aug 16 2012
-
Mathematica
Select[Range[22, 30000, 27], PrimeQ] (* Vladimir Joseph Stephan Orlovsky, Jun 21 2011 *)
-
PARI
is(n)=isprime(n) && n%27==22 \\ Charles R Greathouse IV, Jul 03 2016
Formula
a(n) ~ 18n log n. - Charles R Greathouse IV, Jul 03 2016