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

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

%S 2,3,5,7,19,37,41,53,71,73,107,109,139,173,211,223,241,257,277,311,

%T 313,347,359,379,449,461,479,547,563,617,619,631,653,683,719,733,751,

%U 787,821,823,853,857,887,937,971,991,1039,1061,1091,1093,1129,1163,1193

%N Primes congruent to {2, 3, 5, 7} mod 17.

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

%t Select[Prime[Range[600]],MemberQ[{2,3, 5, 7},Mod[#,17]]&]

%o (Magma) [ p: p in PrimesUpTo(2000) | p mod 17 in {2, 3, 5, 7} ];

%Y Cf. A000040, A167134.

%K nonn,easy

%O 1,1

%A _Vincenzo Librandi_, Aug 05 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 19 06:16 EDT 2024. Contains 371782 sequences. (Running on oeis4.)