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

A215134
Primes congruent to {1, 2, 3} mod 11.
1
2, 3, 13, 23, 47, 67, 79, 89, 101, 113, 157, 167, 179, 199, 211, 223, 233, 277, 311, 331, 353, 397, 409, 419, 421, 431, 443, 463, 487, 509, 541, 563, 607, 617, 619, 641, 661, 673, 683, 727, 739, 751, 761, 773, 827, 839, 859, 881, 883, 937, 947, 971, 991
OFFSET
1,1
LINKS
MATHEMATICA
Select[Prime[Range[1000]], MemberQ[{1, 2, 3}, Mod[#, 11]] &]
PROG
(Magma) [p: p in PrimesUpTo(1000) | p mod 11 in [1..3]];
CROSSREFS
Sequence in context: A215302 A103150 A065723 * A177746 A024779 A286458
KEYWORD
nonn
AUTHOR
Vincenzo Librandi, Aug 04 2012
STATUS
approved