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

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

%S 2,3,19,37,53,71,103,137,139,173,223,239,241,257,307,359,409,443,461,

%T 479,547,563,613,631,647,683,733,751,853,887,919,937,953,971,1021,

%U 1039,1091,1123,1193,1259,1277,1327,1361,1429,1447,1481,1499

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

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

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

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

%Y Cf. A000040. A045342.

%K nonn,easy

%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 July 16 01:40 EDT 2024. Contains 374343 sequences. (Running on oeis4.)