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!)
A215358 Primes congruent to {0, 2, 3, 4} mod 11. 1
2, 3, 11, 13, 37, 47, 59, 79, 101, 103, 113, 157, 167, 179, 191, 211, 223, 233, 257, 277, 311, 367, 389, 409, 421, 431, 433, 443, 487, 499, 509, 521, 541, 563, 587, 607, 619, 631, 641, 653, 673, 719, 739, 751, 761, 773, 827, 829, 839, 883, 937, 971, 983 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
Select[Prime[Range[400]], MemberQ[{0, 2, 3, 4}, Mod[#, 11]]&]
PROG
(Magma) [p: p in PrimesUpTo(1000) | p mod 11 in [0, 2, 3, 4]];
CROSSREFS
Sequence in context: A161322 A123239 A048891 * A191057 A068820 A129670
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 14:32 EDT 2024. Contains 371960 sequences. (Running on oeis4.)