A142029 Primes congruent to 25 mod 31.
149, 211, 397, 521, 769, 1327, 1451, 1637, 1699, 1823, 2381, 2753, 2939, 3001, 3187, 3373, 3559, 3931, 4241, 4799, 4861, 5171, 5233, 5419, 5791, 6101, 6163, 6287, 6473, 6659, 6907, 7589, 8147, 8209, 8581, 9511, 9697, 9883, 10007, 10069, 10193, 10627, 10937
Offset: 1
Links
- Vincenzo Librandi, Table of n, a(n) for n = 1..1000
Programs
-
Magma
[p: p in PrimesUpTo(12000) | p mod 31 eq 25 ]; // Vincenzo Librandi, Aug 18 2012
-
Mathematica
Select[Range[25,20000,31],PrimeQ] (* Vladimir Joseph Stephan Orlovsky, Apr 30 2011 *)
-
PARI
is(n)=isprime(n) && n%31==25 \\ Charles R Greathouse IV, Jul 02 2016
Formula
a(n) ~ 30n log n. - Charles R Greathouse IV, Jul 02 2016