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!)
A215302 Primes congruent to {1, 2, 3, 4} mod 11. 4

%I #8 Sep 08 2022 08:46:03

%S 2,3,13,23,37,47,59,67,79,89,101,103,113,157,167,179,191,199,211,223,

%T 233,257,277,311,331,353,367,389,397,409,419,421,431,433,443,463,487,

%U 499,509,521,541,563,587,607,617,619,631,641,653,661,673,683,719,727

%N Primes congruent to {1, 2, 3, 4} mod 11.

%H Vincenzo Librandi, <a href="/A215302/b215302.txt">Table of n, a(n) for n = 1..1000</a>

%t Select[Prime[Range[600]],MemberQ[{1,2,3, 4},Mod[#,11]]&]

%o (Magma) [p: p in PrimesUpTo(1000) | p mod 11 in [1..4]];

%Y Cf. A000040, A045319, A045337, A215303-A215305.

%K nonn,easy

%O 1,1

%A _Vincenzo Librandi_, Aug 08 2012

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 00:30 EDT 2024. Contains 371917 sequences. (Running on oeis4.)