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.

A215277 Primes congruent to {2, 4, 5, 6} mod 17.

This page as a plain text file.
%I A215277 #5 Sep 08 2022 08:46:03
%S A215277 2,5,19,23,53,73,89,107,157,191,193,223,227,257,277,293,311,359,379,
%T A215277 397,431,461,463,499,563,599,601,617,631,701,719,733,769,787,821,839,
%U A215277 907,937,941,971,991,1009,1039,1093,1109,1213,1229,1277,1279,1297,1381
%N A215277 Primes congruent to {2, 4, 5, 6} mod 17.
%H A215277 Vincenzo Librandi, <a href="/A215277/b215277.txt">Table of n, a(n) for n = 1..1000</a>
%t A215277 Select[Prime[Range[600]],MemberQ[{2,4,5,6},Mod[#,17]]&]
%o A215277 (Magma) [ p: p in PrimesUpTo(2000) | p mod 17 in {2, 4, 5, 6} ];
%Y A215277 Cf. A000040, A045361.
%K A215277 nonn,easy
%O A215277 1,1
%A A215277 _Vincenzo Librandi_, Aug 07 2012