A142144 Primes congruent to 35 mod 37.
109, 257, 331, 479, 701, 997, 1367, 1663, 1811, 2477, 2551, 2699, 3217, 4253, 4327, 4549, 4919, 4993, 5437, 5659, 5807, 5881, 6029, 6473, 6547, 6917, 6991, 7213, 7583, 7879, 8101, 8693, 9137, 9433, 9803, 10099, 10247, 10321, 10691, 10987, 11579, 11801, 12097
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 35 ]; // Vincenzo Librandi, Aug 19 2012
-
Mathematica
Select[Range[35,30000,37],PrimeQ] (* Vladimir Joseph Stephan Orlovsky, May 15 2011 *) Select[Prime[Range[5000]],MemberQ[{35},Mod[#,37]]&] (* Vincenzo Librandi, Aug 19 2012 *)
-
PARI
is(n)=isprime(n) && n%37==35 \\ Charles R Greathouse IV, Jul 02 2016
Formula
a(n) ~ 36n log n. - Charles R Greathouse IV, Jul 02 2016