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.

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

This page as a plain text file.
%I A215162 #5 Sep 08 2022 08:46:03
%S A215162 2,3,5,7,11,41,43,59,79,83,97,157,163,173,193,197,211,233,239,269,271,
%T A215162 277,307,311,347,349,353,383,401,421,439,461,463,467,499,577,613,619,
%U A215162 653,691,727,733,743,809,839,857,877,881,919,953,971,991
%N A215162 Primes congruent to {2, 3, 5, 7, 11} mod 19.
%H A215162 Vincenzo Librandi, <a href="/A215162/b215162.txt">Table of n, a(n) for n = 1..1000</a>
%t A215162 Select[Prime[Range[400]],MemberQ[{2,3, 5, 7, 11},Mod[#,19]]&]
%o A215162 (Magma) [ p: p in PrimesUpTo(1000) | p mod 19 in {2, 3, 5, 7, 11} ];
%Y A215162 Cf. A167119, A167135.
%K A215162 nonn,easy
%O A215162 1,1
%A A215162 _Vincenzo Librandi_, Aug 05 2012