A142143 Primes congruent to 34 mod 37.
71, 293, 367, 811, 1033, 1181, 1699, 1847, 2069, 2143, 2957, 3253, 3623, 3697, 3919, 4289, 4363, 4733, 5399, 5843, 6287, 6361, 7027, 7841, 8581, 8803, 8951, 9173, 9839, 10061, 10357, 10949, 11171, 11393, 11467, 11689, 12281, 12503, 12577, 12799, 13613
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 34 ]; // Vincenzo Librandi, Aug 19 2012
-
Mathematica
Select[Range[34,30000,37],PrimeQ] (* Vladimir Joseph Stephan Orlovsky, May 15 2011 *) Select[Prime[Range[5000]],MemberQ[{34},Mod[#,37]]&] (* Vincenzo Librandi, Aug 19 2012 *)
-
PARI
is(n)=isprime(n) && n%37==34 \\ Charles R Greathouse IV, Jul 02 2016
Formula
a(n) ~ 36n log n. - Charles R Greathouse IV, Jul 02 2016