A142905 Primes congruent to 29 mod 63.
29, 281, 659, 911, 1163, 1289, 1667, 2297, 2423, 2549, 2801, 2927, 3557, 4691, 4817, 4943, 5573, 6203, 6329, 6581, 6833, 6959, 7211, 7589, 7841, 8093, 8219, 8597, 8849, 9227, 9479, 9857, 10487, 10613, 10739, 11117, 11243, 11369, 11621, 12251, 12377, 12503
Offset: 1
Links
- Vincenzo Librandi, Table of n, a(n) for n = 1..1000
Crossrefs
Cf. A000040.
Programs
-
Magma
[p: p in PrimesUpTo(13000) | p mod 63 eq 29 ] ; // Vincenzo Librandi, Sep 06 2012
-
Mathematica
Select[Prime[Range[1900]], MemberQ[{29}, Mod[#, 63]] &] (* Vincenzo Librandi, Sep 06 2012 *)
-
PARI
is(n)=isprime(n) && n%63==29 \\ Charles R Greathouse IV, Jul 03 2016
Formula
a(n) ~ 36n log n. - Charles R Greathouse IV, Jul 03 2016