A142485 Primes congruent to 14 mod 51.
167, 269, 677, 881, 983, 1187, 1289, 1493, 1697, 1901, 2003, 2207, 2309, 2411, 2819, 3023, 3329, 3533, 4349, 4451, 5471, 5573, 5879, 5981, 6287, 6389, 6491, 6899, 7001, 7103, 7307, 7817, 7919, 8123, 8429, 8837, 9041, 9551, 9857, 10061, 10163, 10979, 11489
Offset: 1
Links
- Vincenzo Librandi, Table of n, a(n) for n = 1..1000
Crossrefs
Cf. A000040.
Programs
-
Magma
[p: p in PrimesUpTo(13000) | p mod 51 eq 14]; // Vincenzo Librandi, Aug 28 2012
-
Mathematica
Select[Prime[Range[2400]], MemberQ[{14}, Mod[#, 51]] &] (* Vincenzo Librandi, Aug 28 2012 *)
-
PARI
is(n)=isprime(n) && n%51==14 \\ Charles R Greathouse IV, Jul 03 2016
Formula
a(n) ~ 32n log n. - Charles R Greathouse IV, Jul 03 2016