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!)
A215370 Primes congruent to {0, 2, 3, 5, 6} mod 11. 1
2, 3, 5, 11, 13, 17, 47, 61, 71, 79, 83, 101, 113, 127, 137, 149, 157, 167, 179, 181, 193, 211, 223, 233, 269, 277, 281, 311, 313, 347, 379, 401, 409, 421, 431, 443, 457, 467, 479, 487, 509, 523, 541, 563, 577, 599, 607, 619, 641, 643, 673, 677, 709, 739 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
Select[Prime[Range[400]], MemberQ[{0, 2, 3, 5, 6}, Mod[#, 11]]&]
PROG
(Magma) [p: p in PrimesUpTo(800) | p mod 11 in [0, 2, 3, 5, 6]];
CROSSREFS
Sequence in context: A302491 A141830 A127048 * A139053 A184859 A193213
KEYWORD
nonn,easy
AUTHOR
Vincenzo Librandi, Aug 09 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 19 21:09 EDT 2024. Contains 371798 sequences. (Running on oeis4.)