A142131 Primes congruent to 22 mod 37.
59, 281, 503, 577, 947, 1021, 1613, 2131, 2797, 3019, 3167, 3389, 3463, 3833, 3907, 4129, 4721, 4943, 5387, 5683, 6053, 6571, 6719, 6793, 7237, 7459, 7607, 7681, 7829, 8273, 9013, 9161, 9679, 9901, 10271, 10567, 10789, 10937, 11159, 11677, 12269, 12343, 12491
Offset: 1
Links
- Vincenzo Librandi, Table of n, a(n) for n = 1..1000
Programs
-
Magma
[p: p in PrimesUpTo(15000) | p mod 37 eq 22 ]; // Vincenzo Librandi, Aug 19 2012
-
Mathematica
Select[Range[22,30000,37],PrimeQ] (* Vladimir Joseph Stephan Orlovsky, May 11 2011 *) Select[Prime[Range[5000]],MemberQ[{22},Mod[#,37]]&] (* Vincenzo Librandi, Aug 19 2012 *)
-
PARI
is(n)=isprime(n) && n%37==22 \\ Charles R Greathouse IV, Jul 02 2016
Formula
a(n) ~ 36n log n. - Charles R Greathouse IV, Jul 02 2016