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.

A215132 Primes congruent to {3, 5, 6} mod 17.

This page as a plain text file.
%I A215132 #7 Sep 08 2022 08:46:03
%S A215132 3,5,23,37,71,73,107,139,173,193,227,241,277,311,379,397,431,479,499,
%T A215132 547,601,617,683,719,751,787,821,839,853,887,907,941,991,1009,1091,
%U A215132 1093,1193,1213,1229,1297,1399,1433,1451,1499,1553,1567,1601,1621,1637,1669
%N A215132 Primes congruent to {3, 5, 6} mod 17.
%H A215132 Vincenzo Librandi, <a href="/A215132/b215132.txt">Table of n, a(n) for n = 1..1000</a>
%t A215132 Select[Prime[Range[800]],MemberQ[{3, 5, 6},Mod[#,17]]&]
%o A215132 (Magma) [p: p in PrimesUpTo(2000) | p mod 17 in [3, 5, 6]];
%Y A215132 Cf. A000040, A003625.
%K A215132 nonn,easy
%O A215132 1,1
%A A215132 _Vincenzo Librandi_, Aug 04 2012