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.

A215376 Primes congruent to {0, 2, 3} mod 17.

This page as a plain text file.
%I A215376 #9 Sep 08 2022 08:46:03
%S A215376 2,3,17,19,37,53,71,139,173,223,241,257,359,461,479,547,563,631,683,
%T A215376 733,751,853,887,937,971,1039,1091,1193,1277,1447,1481,1499,1549,1567,
%U A215376 1583,1601,1669,1753,1787,1873,1889,1907,2111,2161,2179,2213,2281,2297
%N A215376 Primes congruent to {0, 2, 3} mod 17.
%H A215376 Vincenzo Librandi, <a href="/A215376/b215376.txt">Table of n, a(n) for n = 1..1000</a>
%t A215376 Select[Prime[Range[500]],MemberQ[{0,2,3},Mod[#,17]]&]
%o A215376 (Magma) [p: p in PrimesUpTo(2500) | p mod 17 in [0, 2, 3]];
%Y A215376 Cf. A000040, A042993, A045333.
%K A215376 nonn,easy
%O A215376 1,1
%A A215376 _Vincenzo Librandi_, Aug 09 2012