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.

A215372 Primes congruent to {0, 2, 3, 5, 6} mod 17.

This page as a plain text file.
%I A215372 #5 Sep 08 2022 08:46:03
%S A215372 2,3,5,17,19,23,37,53,71,73,107,139,173,193,223,227,241,257,277,311,
%T A215372 359,379,397,431,461,479,499,547,563,601,617,631,683,719,733,751,787,
%U A215372 821,839,853,887,907,937,941,971,991,1009,1039,1091,1093,1193
%N A215372 Primes congruent to {0, 2, 3, 5, 6} mod 17.
%H A215372 Vincenzo Librandi, <a href="/A215372/b215372.txt">Table of n, a(n) for n = 1..1000</a>
%t A215372 Select[Prime[Range[400]],MemberQ[{0,2,3,5,6},Mod[#,17]]&]
%o A215372 (Magma) [p: p in PrimesUpTo(1200) | p mod 17 in [0, 2, 3, 5, 6]];
%Y A215372 Cf. A000040, A042992, A045469.
%K A215372 nonn,easy
%O A215372 1,1
%A A215372 _Vincenzo Librandi_, Aug 09 2012