A154621 Primes congruent to 32 mod 67.
233, 367, 769, 1171, 1439, 2243, 2377, 3181, 3449, 3583, 3851, 4253, 4789, 5861, 6263, 6397, 7603, 8273, 9479, 9613, 11087, 11489, 12829, 13499, 13633, 13901, 14303, 14437, 15107, 15241, 15643, 16447, 17117, 17519, 17921, 18457, 18859
Offset: 1
Links
- Vincenzo Librandi, Table of n, a(n) for n = 1..1000
Crossrefs
Cf. A144562.
Programs
-
Magma
[p: p in PrimesUpTo(20000) | p mod 67 eq 32 ]; // Vincenzo Librandi, Aug 09 2012
-
Mathematica
Select[Prime[Range[2000]],MemberQ[{32},Mod[#,67]]&] (* Vincenzo Librandi, Aug 09 2012 *)
-
PARI
is(n)=isprime(n) && n%67==32 \\ Charles R Greathouse IV, Jul 02 2016
Formula
a(n) ~ 66n log n. - Charles R Greathouse IV, Jul 02 2016
Extensions
Edited by N. J. A. Sloane, Jun 23 2010