login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A215427 Primes congruent to {0, 2, 4, 5, 6} mod 11. 1
2, 5, 11, 13, 17, 37, 59, 61, 71, 79, 83, 101, 103, 127, 137, 149, 167, 181, 191, 193, 211, 233, 257, 269, 277, 281, 313, 347, 367, 379, 389, 401, 409, 431, 433, 457, 467, 479, 499, 521, 523, 541, 563, 577, 587, 599, 607, 631, 643, 653, 673, 677, 709, 719, 739 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
Select[Prime[Range[300]], MemberQ[{0, 2, 4, 5, 6}, Mod[#, 11]]&]
PROG
(Magma) [p: p in PrimesUpTo(1000) | p mod 11 in [0, 2, 4, 5, 6]];
CROSSREFS
Sequence in context: A086518 A156672 A145669 * A139019 A031869 A194854
KEYWORD
nonn,easy
AUTHOR
Vincenzo Librandi, Aug 10 2012
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 23 05:20 EDT 2024. Contains 371906 sequences. (Running on oeis4.)