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

A215319
Primes congruent to {1, 2, 3, 5, 6} mod 13.
1
2, 3, 5, 19, 29, 31, 41, 53, 67, 71, 79, 83, 97, 107, 109, 131, 149, 157, 197, 211, 223, 227, 239, 263, 313, 317, 331, 353, 367, 379, 383, 409, 419, 421, 431, 443, 457, 461, 487, 499, 509, 521, 523, 547, 577, 587, 599, 601, 613, 617, 643, 653, 677
OFFSET
1,1
LINKS
MATHEMATICA
Select[Prime[Range[300]], MemberQ[{1, 2, 3, 5, 6}, Mod[#, 13]]&]
PROG
(Magma) [p: p in PrimesUpTo(1000) | p mod 13 in [1, 2, 3, 5, 6]];
CROSSREFS
Sequence in context: A254670 A348900 A161414 * A191044 A344948 A079376
KEYWORD
nonn,easy
AUTHOR
Vincenzo Librandi, Aug 08 2012
STATUS
approved