# Greetings from The On-Line Encyclopedia of Integer Sequences! http://oeis.org/ Search: id:a215324 Showing 1-1 of 1 %I A215324 #5 Sep 08 2022 08:46:03 %S A215324 2,3,19,23,37,53,71,89,103,137,139,157,173,191,193,223,227,239,241, %T A215324 257,293,307,359,397,409,431,443,461,463,479,499,547,563,599,601,613, %U A215324 631,647,683,701,733,751,769,839,853,887,907,919,937,941,953,971 %N A215324 Primes congruent to {1, 2, 3, 4, 6} mod 17. %H A215324 Vincenzo Librandi, Table of n, a(n) for n = 1..1000 %t A215324 Select[Prime[Range[400]],MemberQ[{1,2,3,4,6},Mod[#,17]]&] %o A215324 (Magma) [p: p in PrimesUpTo(1000) | p mod 17 in [1, 2, 3, 4, 6]]; %Y A215324 Cf. A000040, A045320, A045334. %K A215324 nonn,easy %O A215324 1,1 %A A215324 _Vincenzo Librandi_, Aug 08 2012 # Content is available under The OEIS End-User License Agreement: http://oeis.org/LICENSE