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.

A215156 Primes congruent to {2, 3, 5, 7} mod 17.

This page as a plain text file.
%I A215156 #7 Sep 08 2022 08:46:03
%S A215156 2,3,5,7,19,37,41,53,71,73,107,109,139,173,211,223,241,257,277,311,
%T A215156 313,347,359,379,449,461,479,547,563,617,619,631,653,683,719,733,751,
%U A215156 787,821,823,853,857,887,937,971,991,1039,1061,1091,1093,1129,1163,1193
%N A215156 Primes congruent to {2, 3, 5, 7} mod 17.
%H A215156 Vincenzo Librandi, <a href="/A215156/b215156.txt">Table of n, a(n) for n = 1..1000</a>
%t A215156 Select[Prime[Range[600]],MemberQ[{2,3, 5, 7},Mod[#,17]]&]
%o A215156 (Magma) [ p: p in PrimesUpTo(2000) | p mod 17 in {2, 3, 5, 7} ];
%Y A215156 Cf. A000040, A167134.
%K A215156 nonn,easy
%O A215156 1,1
%A A215156 _Vincenzo Librandi_, Aug 05 2012