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.

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

This page as a plain text file.
%I A215161 #8 Sep 08 2022 08:46:03
%S A215161 2,3,5,7,11,19,37,41,53,71,73,79,107,109,113,139,173,181,211,223,241,
%T A215161 257,277,283,311,313,317,347,359,379,419,449,461,479,487,521,547,563,
%U A215161 617,619,631,653,683,691,719,733,751,787,821,823,827,853,857,887,929
%N A215161 Primes congruent to {2, 3, 5, 7, 11} mod 17.
%H A215161 Vincenzo Librandi, <a href="/A215161/b215161.txt">Table of n, a(n) for n = 1..1000</a>
%t A215161 Select[Prime[Range[400]],MemberQ[{2,3, 5, 7, 11},Mod[#,17]]&]
%o A215161 (Magma) [ p: p in PrimesUpTo(1000) | p mod 17 in {2, 3, 5, 7, 11} ];
%Y A215161 Cf. A000040, A167119, A167135.
%K A215161 nonn,easy
%O A215161 1,1
%A A215161 _Vincenzo Librandi_, Aug 05 2012