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!)
A137978 Primes congruent to {1, 3, 5, 7, 9} modulo 11. 5
3, 5, 7, 23, 29, 31, 47, 53, 67, 71, 73, 89, 97, 113, 137, 139, 157, 163, 179, 181, 199, 223, 227, 229, 251, 269, 271, 293, 311, 313, 317, 331, 337, 353, 359, 379, 383, 397, 401, 419, 421, 443, 449, 463, 467, 487, 491, 509, 557, 577, 599, 601, 617, 619, 641 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
A039709(A049084(a(n))) = odd; complement of A137977.
LINKS
MATHEMATICA
Select[Flatten[# + {1, 3, 5, 7, 9}&/@(11Range[0, 80])], PrimeQ] (* Harvey P. Dale, Jan 15 2011 *)
PROG
(Magma) [ p: p in PrimesUpTo(740) | p mod 11 in {1, 3, 5, 7, 9} ] // Vincenzo Librandi, Jan 25 2011
CROSSREFS
Sequence in context: A244571 A269721 A084424 * A155780 A296922 A119450
KEYWORD
nonn
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 April 23 10:29 EDT 2024. Contains 371905 sequences. (Running on oeis4.)