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

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

%S 89,103,137,157,191,239,293,307,409,443,463,599,613,647,701,769,919,

%T 953,1021,1109,1123,1259,1279,1327,1361,1381,1429,1483,1531,1619,1667,

%U 1721,1789,1823,1871,1973,1993,2027,2129,2143,2333,2347,2381,2503,2551,2687

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

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

%t Select[Prime[Range[3000]],MemberQ[{1,4},Mod[#,17]]&]

%o (Magma) [ p: p in PrimesUpTo(3000) | p mod 17 in {1, 4} ];

%Y Cf. A000040, A045469.

%K nonn,easy

%O 1,1

%A _Vincenzo Librandi_, Aug 06 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 10:53 EDT 2024. Contains 371936 sequences. (Running on oeis4.)