login
Primes congruent to {0, 2, 3, 5, 6} mod 13.
1

%I #5 Sep 08 2022 08:46:03

%S 2,3,5,13,19,29,31,41,67,71,83,97,107,109,149,197,211,223,227,239,263,

%T 317,331,353,367,379,383,409,419,421,431,457,461,487,499,509,523,577,

%U 587,601,613,617,643,653,691,733,743,757,769,773,809,811,821,863

%N Primes congruent to {0, 2, 3, 5, 6} mod 13.

%H Vincenzo Librandi, <a href="/A215371/b215371.txt">Table of n, a(n) for n = 1..1000</a>

%t Select[Prime[Range[400]],MemberQ[{0,2,3,5,6},Mod[#,13]]&]

%o (Magma) [p: p in PrimesUpTo(1000) | p mod 13 in [0, 2, 3, 5, 6]];

%Y Cf. A000040, A042992, A045469.

%K nonn,easy

%O 1,1

%A _Vincenzo Librandi_, Aug 09 2012