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

A215424
Primes congruent to {0, 1, 2, 4, 5, 6} mod 13.
1
2, 5, 13, 17, 19, 31, 41, 43, 53, 67, 71, 79, 83, 97, 109, 131, 149, 157, 173, 197, 199, 223, 227, 239, 251, 277, 313, 317, 331, 353, 379, 383, 409, 421, 431, 433, 443, 457, 461, 487, 499, 509, 521, 547, 563, 577, 587, 599, 613, 617, 641, 643, 677, 691, 719
OFFSET
1,1
LINKS
MATHEMATICA
Select[Prime[Range[300]], MemberQ[{0, 1, 2, 4, 5, 6}, Mod[#, 13]]&]
PROG
(Magma) [p: p in PrimesUpTo(800) | p mod 13 in [0, 1, 2, 4, 5, 6]];
CROSSREFS
Sequence in context: A266987 A061303 A173626 * A215428 A019362 A317964
KEYWORD
nonn,easy
AUTHOR
Vincenzo Librandi, Aug 10 2012
STATUS
approved