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!)
A215214 Primes congruent to {0, 1, 2, 5} mod 11. 1
2, 5, 11, 13, 23, 67, 71, 79, 89, 101, 137, 167, 181, 199, 211, 233, 269, 277, 313, 331, 353, 379, 397, 401, 409, 419, 431, 463, 467, 541, 563, 577, 599, 607, 617, 643, 661, 673, 683, 709, 727, 739, 761, 797, 827, 859, 863, 881, 907, 929, 937, 947, 991, 1013 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
Select[Prime[Range[400]], MemberQ[{0, 1, 2, 5}, Mod[#, 11]]&]
Rest[Select[Flatten[{0, 1, 2, 5}+#&/@(11Range[-1, 100])], PrimeQ]] (* Harvey P. Dale, Dec 29 2017 *)
PROG
(Magma) [ p: p in PrimesUpTo(1500) | p mod 11 in {0, 1, 2, 5} ];
CROSSREFS
Sequence in context: A095078 A335874 A062572 * A221868 A220141 A106283
KEYWORD
nonn,easy
AUTHOR
Vincenzo Librandi, Aug 07 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 25 11:30 EDT 2024. Contains 371967 sequences. (Running on oeis4.)