A142142 Primes congruent to 33 mod 37.
107, 181, 773, 1069, 1217, 1291, 1439, 2179, 2549, 3067, 3511, 3659, 3733, 3881, 4177, 4547, 4621, 5657, 5879, 5953, 6101, 6323, 6397, 6619, 6841, 7211, 7433, 7507, 7877, 7951, 8543, 8839, 9209, 9283, 9431, 9949, 10837, 11059, 11503, 12391, 12539, 12613
Offset: 1
Links
- Vincenzo Librandi, Table of n, a(n) for n = 1..1000
Crossrefs
Cf. A000040.
Programs
-
Magma
[p: p in PrimesUpTo(15000) | p mod 37 eq 33 ]; // Vincenzo Librandi, Aug 19 2012
-
Mathematica
Select[Range[33,30000,37],PrimeQ] (* Vladimir Joseph Stephan Orlovsky, May 15 2011 *) Select[Prime[Range[5000]],MemberQ[{33},Mod[#,37]]&] (* Vincenzo Librandi, Aug 19 2012 *)
-
PARI
is(n)=isprime(n) && n%37==33 \\ Charles R Greathouse IV, Jul 02 2016
Formula
a(n) ~ 36n log n. - Charles R Greathouse IV, Jul 02 2016