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”).

A215162
Primes congruent to {2, 3, 5, 7, 11} mod 19.
1
2, 3, 5, 7, 11, 41, 43, 59, 79, 83, 97, 157, 163, 173, 193, 197, 211, 233, 239, 269, 271, 277, 307, 311, 347, 349, 353, 383, 401, 421, 439, 461, 463, 467, 499, 577, 613, 619, 653, 691, 727, 733, 743, 809, 839, 857, 877, 881, 919, 953, 971, 991
OFFSET
1,1
LINKS
MATHEMATICA
Select[Prime[Range[400]], MemberQ[{2, 3, 5, 7, 11}, Mod[#, 19]]&]
PROG
(Magma) [ p: p in PrimesUpTo(1000) | p mod 19 in {2, 3, 5, 7, 11} ];
CROSSREFS
Sequence in context: A140553 A195337 A141500 * A059999 A237438 A040130
KEYWORD
nonn,easy
AUTHOR
Vincenzo Librandi, Aug 05 2012
STATUS
approved