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.

A215157 Primes congruent to {2, 3, 5, 7} mod 19.

This page as a plain text file.
%I A215157 #8 Sep 08 2022 08:46:03
%S A215157 2,3,5,7,41,43,59,79,83,97,157,173,193,197,211,233,269,271,307,311,
%T A215157 347,349,383,401,421,439,461,463,499,577,613,653,691,727,743,839,857,
%U A215157 877,881,919,953,971,991,1009,1031,1033,1069,1109,1123,1181,1223,1237
%N A215157 Primes congruent to {2, 3, 5, 7} mod 19.
%H A215157 Vincenzo Librandi, <a href="/A215157/b215157.txt">Table of n, a(n) for n = 1..1000</a>
%t A215157 Select[Prime[Range[600]],MemberQ[{2,3, 5, 7},Mod[#,19]]&]
%o A215157 (Magma) [ p: p in PrimesUpTo(2000) | p mod 19 in {2, 3, 5, 7} ];
%Y A215157 Cf. A000040, A167134.
%K A215157 nonn,easy
%O A215157 1,1
%A A215157 _Vincenzo Librandi_, Aug 05 2012