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!)
A215378 Primes congruent to {0, 1, 2, 3} mod 11. 1
2, 3, 11, 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 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
Select[Prime[Range[300]], MemberQ[{0, 1, 2, 3}, Mod[#, 11]]&]
PROG
(Magma) [p: p in PrimesUpTo(1000) | p mod 11 in [0, 1, 2, 3]];
CROSSREFS
Sequence in context: A215819 A040101 A045317 * A078763 A157884 A234530
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 24 16:34 EDT 2024. Contains 371961 sequences. (Running on oeis4.)