A141929 Primes congruent to 3 mod 25.
3, 53, 103, 353, 503, 653, 853, 953, 1103, 1153, 1303, 1453, 1553, 1753, 2003, 2053, 2153, 2203, 2503, 2753, 2803, 2903, 2953, 3203, 3253, 3803, 3853, 4003, 4153, 4253, 4603, 4703, 4903, 5003, 5153, 5303, 5503, 5653, 5903, 5953, 6053, 6203, 6353, 6553, 6653
Offset: 1
Links
- Vincenzo Librandi, Table of n, a(n) for n = 1..1000
Crossrefs
Cf. A000040.
Programs
-
Magma
[p: p in PrimesUpTo(8000) | p mod 25 eq 3 ]; // Vincenzo Librandi, Aug 16 2012
-
Mathematica
Select[Prime[Range[1000]],Mod[#,25]==3&] (* Harvey P. Dale, Dec 08 2010 *)
-
PARI
is(n)=isprime(n) && n%25==3 \\ Charles R Greathouse IV, Jul 02 2016
Formula
a(n) ~ 20n log n. - Charles R Greathouse IV, Jul 02 2016