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!)
A215423 Primes congruent to {0, 1, 2, 4, 5, 6} mod 11. 1
2, 5, 11, 13, 17, 23, 37, 59, 61, 67, 71, 79, 83, 89, 101, 103, 127, 137, 149, 167, 181, 191, 193, 199, 211, 233, 257, 269, 277, 281, 313, 331, 347, 353, 367, 379, 389, 397, 401, 409, 419, 431, 433, 457, 463, 467, 479, 499, 521, 523, 541, 563, 577, 587, 599 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
Select[Prime[Range[300]], MemberQ[{0, 1, 2, 4, 5, 6}, Mod[#, 11]]&]
Select[Flatten[#+{0, 1, 2, 4, 5, 6}&/@(11*Range[0, 60])], PrimeQ] (* Harvey P. Dale, Apr 01 2023 *)
PROG
(Magma) [p: p in PrimesUpTo(600) | p mod 11 in [0, 1, 2, 4, 5, 6]];
CROSSREFS
Sequence in context: A337649 A305033 A066149 * A019387 A019337 A086518
KEYWORD
nonn,easy
AUTHOR
Vincenzo Librandi, Aug 10 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 16:23 EDT 2024. Contains 371989 sequences. (Running on oeis4.)