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

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

%S 2,3,13,23,47,67,79,89,101,113,157,167,179,199,211,223,233,277,311,

%T 331,353,397,409,419,421,431,443,463,487,509,541,563,607,617,619,641,

%U 661,673,683,727,739,751,761,773,827,839,859,881,883,937,947,971,991

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

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

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

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

%Y Cf. A000040, A045342.

%K nonn

%O 1,1

%A _Vincenzo Librandi_, Aug 04 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 25 01:35 EDT 2024. Contains 371964 sequences. (Running on oeis4.)