login
The OEIS Foundation is supported by donations from users of the OEIS and by a grant from the Simons Foundation.

 

Logo

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 56th year, we are closing in on 350,000 sequences, and we’ve crossed 9,700 citations (which often say “discovered thanks to the OEIS”).

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A215354 Primes congruent to {0, 2, 3, 4, 5} mod 11. 1
2, 3, 5, 11, 13, 37, 47, 59, 71, 79, 101, 103, 113, 137, 157, 167, 179, 181, 191, 211, 223, 233, 257, 269, 277, 311, 313, 367, 379, 389, 401, 409, 421, 431, 433, 443, 467, 487, 499, 509, 521, 541, 563, 577, 587, 599, 607, 619, 631, 641, 643, 653, 673, 709 (list; graph; refs; listen; history; text; internal format)
OFFSET

1,1

LINKS

Vincenzo Librandi, Table of n, a(n) for n = 1..1000

MATHEMATICA

Select[Prime[Range[400]], MemberQ[{0, 2, 3, 4, 5}, Mod[#, 11]]&]

PROG

(MAGMA) [p: p in PrimesUpTo(1000) | p mod 11 in [0, 2, 3, 4, 5]];

CROSSREFS

Cf. A000040, A042989.

Sequence in context: A096650 A111107 A186641 * A129201 A137692 A331785

Adjacent sequences:  A215351 A215352 A215353 * A215355 A215356 A215357

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 | Recent
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified December 3 20:09 EST 2021. Contains 349468 sequences. (Running on oeis4.)