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.

A215359 Primes congruent to {0, 2, 3, 4} mod 13.

This page as a plain text file.
%I A215359 #9 Sep 08 2022 08:46:03
%S A215359 2,3,13,17,29,41,43,67,107,173,197,199,211,223,251,263,277,353,367,
%T A215359 379,419,431,433,457,509,523,563,587,601,613,641,653,691,719,743,757,
%U A215359 769,797,809,821,823,887,953,977,991,1031,1069,1109,1187,1213,1237
%N A215359 Primes congruent to {0, 2, 3, 4} mod 13.
%C A215359 Apart from the 13 the same as A215280. - _R. J. Mathar_, Nov 26 2014
%H A215359 Vincenzo Librandi, <a href="/A215359/b215359.txt">Table of n, a(n) for n = 1..1000</a>
%t A215359 Select[Prime[Range[400]],MemberQ[{0,2,3,4},Mod[#,13]]&]
%o A215359 (Magma) [p: p in PrimesUpTo(1500) | p mod 13 in [0, 2, 3, 4]];
%Y A215359 Cf. A000040, A042991, A045325.
%K A215359 nonn,easy
%O A215359 1,1
%A A215359 _Vincenzo Librandi_, Aug 09 2012