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.

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

This page as a plain text file.
%I A215375 #10 Sep 08 2022 08:46:03
%S A215375 2,3,13,29,41,67,107,197,211,223,263,353,367,379,419,431,457,509,523,
%T A215375 587,601,613,653,691,743,757,769,809,821,887,977,991,1069,1237,1277,
%U A215375 1289,1303,1367,1381,1433,1459,1471,1511,1523,1549,1601,1627,1667,1693,1783
%N A215375 Primes congruent to {0, 2, 3} mod 13.
%H A215375 Vincenzo Librandi, <a href="/A215375/b215375.txt">Table of n, a(n) for n = 1..1000</a>
%t A215375 Select[Prime[Range[400]],MemberQ[{0,2,3},Mod[#,13]]&]
%o A215375 (Magma) [p: p in PrimesUpTo(2000) | p mod 13 in [0, 2, 3]];
%Y A215375 Cf. A000040, A042993, A045333.
%K A215375 nonn,easy
%O A215375 1,1
%A A215375 _Vincenzo Librandi_, Aug 09 2012