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!)
A137977 Primes congruent to {0, 2, 4, 6, 8, 10} modulo 11. 5
2, 11, 13, 17, 19, 37, 41, 43, 59, 61, 79, 83, 101, 103, 107, 109, 127, 131, 149, 151, 167, 173, 191, 193, 197, 211, 233, 239, 241, 257, 263, 277, 281, 283, 307, 347, 349, 367, 373, 389, 409, 431, 433, 439, 457, 461, 479, 499, 503, 521, 523, 541, 547, 563, 569 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
A039709(A049084(a(n))) = even; complement of A137978.
LINKS
MATHEMATICA
Select[Prime[Range[200]], MemberQ[{0, 2, 4, 6, 8, 10}, Mod[#, 11]] &] (* Vincenzo Librandi, Aug 15 2012 *)
Select[Prime[Range[110]], EvenQ[Mod[#, 11]] &] (* Bruno Berselli, Aug 31 2012 *)
PROG
(Magma) [p: p in PrimesUpTo(600) | p mod 11 in [0..10 by 2]]; // Vincenzo Librandi, Aug 15 2012
CROSSREFS
Sequence in context: A243586 A296923 A243588 * A338976 A160950 A141168
KEYWORD
nonn,easy
AUTHOR
Reinhard Zumkeller, Feb 25 2008
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 May 8 13:24 EDT 2024. Contains 372333 sequences. (Running on oeis4.)