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

A215426
Primes congruent to {0, 1, 2, 4, 5, 6} mod 19.
1
2, 5, 19, 23, 43, 59, 61, 97, 101, 137, 139, 157, 173, 191, 211, 229, 233, 251, 271, 347, 367, 401, 419, 439, 443, 457, 461, 479, 499, 557, 571, 593, 613, 631, 647, 709, 727, 743, 761, 821, 823, 857, 859, 937, 971, 1009, 1013, 1031, 1049, 1051, 1069, 1087
OFFSET
1,1
LINKS
MATHEMATICA
Select[Prime[Range[300]], MemberQ[{0, 1, 2, 4, 5, 6}, Mod[#, 19]]&]
PROG
(Magma) [p: p in PrimesUpTo(1200) | p mod 19 in [0, 1, 2, 4, 5, 6]];
CROSSREFS
Sequence in context: A035091 A045367 A045368 * A215277 A027714 A219178
KEYWORD
nonn,easy
AUTHOR
Vincenzo Librandi, Aug 10 2012
STATUS
approved