login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A142911
Primes congruent to 40 mod 63.
1
103, 229, 607, 733, 859, 1237, 1489, 1741, 1867, 1993, 2371, 2749, 3001, 3253, 3631, 4261, 4513, 4639, 5521, 5647, 6151, 6277, 6529, 6781, 6907, 7159, 7411, 7537, 7789, 8167, 8293, 8419, 8923, 9049, 9679, 9931, 10687, 10939, 11317, 11443, 11821, 12073
OFFSET
1,1
LINKS
MATHEMATICA
Select[Prime[Range[1900]], MemberQ[{40}, Mod[#, 63]] &] (* Vincenzo Librandi, Sep 06 2012 *)
Select[Range[40, 13000, 63], PrimeQ] (* Harvey P. Dale, Dec 06 2021 *)
PROG
(Magma) [p: p in PrimesUpTo(13000) | p mod 63 eq 40 ] ; // Vincenzo Librandi, Sep 06 2012
CROSSREFS
Cf. A000040.
Sequence in context: A260470 A134551 A140006 * A077408 A134214 A200732
KEYWORD
nonn,easy
AUTHOR
N. J. A. Sloane, Jul 11 2008
STATUS
approved