cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A215324 Primes congruent to {1, 2, 3, 4, 6} mod 17.

This page as a plain text file.
%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, <a href="/A215324/b215324.txt">Table of n, a(n) for n = 1..1000</a>
%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