A142562 Primes congruent to 32 mod 53.
191, 509, 827, 1039, 1993, 2099, 2311, 2417, 3371, 3583, 4007, 4219, 4643, 5279, 6551, 6763, 6869, 7187, 7717, 7823, 8353, 9413, 11003, 11321, 12487, 12911, 13229, 13441, 13759, 14713, 15031, 15137, 15349, 15667, 15773, 16091, 17257, 17681, 18211, 19483
Offset: 1
Links
- Vincenzo Librandi, Table of n, a(n) for n = 1..1000
Crossrefs
Cf. A000040.
Programs
-
Magma
[p: p in PrimesUpTo(20000) | p mod 53 eq 32]; // Vincenzo Librandi, Aug 30 2012
-
Mathematica
Select[Prime[Range[2600]], MemberQ[{32}, Mod[#, 53]] &] (* Vincenzo Librandi, Aug 30 2012 *)
-
PARI
is(n)=isprime(n) && n%53==32 \\ Charles R Greathouse IV, Jul 03 2016
Formula
a(n) ~ 52n log n. - Charles R Greathouse IV, Jul 03 2016