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

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

%S 2,3,5,19,37,53,71,73,103,107,137,139,173,223,239,241,257,277,307,311,

%T 359,379,409,443,461,479,547,563,613,617,631,647,683,719,733,751,787,

%U 821,853,887,919,937,953,971,991,1021,1039,1091,1093,1123,1193

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

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

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

%o (Magma) [p: p in PrimesUpTo(1200) | p mod 17 in [1, 2, 3, 5]];

%Y Cf. A000040, A042998, A045313.

%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 March 28 20:05 EDT 2024. Contains 371254 sequences. (Running on oeis4.)