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.

A215392 Primes congruent to {1, 2} mod 17.

This page as a plain text file.
%I A215392 #5 Sep 08 2022 08:46:03
%S A215392 2,19,53,103,137,223,239,257,307,359,409,443,461,563,613,631,647,733,
%T A215392 919,937,953,971,1021,1039,1123,1259,1277,1327,1361,1429,1447,1481,
%U A215392 1531,1549,1583,1667,1753,1787,1871,1889,1973,2143,2161,2297,2347,2381,2399,2467
%N A215392 Primes congruent to {1, 2} mod 17.
%H A215392 Vincenzo Librandi, <a href="/A215392/b215392.txt">Table of n, a(n) for n = 1..1000</a>
%t A215392 Select[Prime[Range[300]],MemberQ[{1,2},Mod[#,17]]&]
%o A215392 (Magma) [p: p in PrimesUpTo(2500) | p mod 17 in [1, 2]];
%Y A215392 Cf. A000040, A045344, A045372.
%K A215392 nonn,easy
%O A215392 1,1
%A A215392 _Vincenzo Librandi_, Aug 10 2012