%I #5 Sep 08 2022 08:46:03
%S 2,3,17,19,29,41,43,53,67,71,79,97,107,131,149,157,173,197,199,211,
%T 223,227,251,263,277,313,331,353,367,379,383,409,419,431,433,443,457,
%U 461,487,509,521,523,547,563,587,599,601,613,617,641,643,653,677,691
%N Primes congruent to {1, 2, 3, 4, 6} mod 13.
%H Vincenzo Librandi, <a href="/A215323/b215323.txt">Table of n, a(n) for n = 1..1000</a>
%t Select[Prime[Range[400]],MemberQ[{1,2,3,4,6},Mod[#,13]]&]
%o (Magma) [p: p in PrimesUpTo(800) | p mod 13 in [1, 2, 3, 4, 6]];
%Y Cf. A000040, A045320, A045334.
%K nonn,easy
%O 1,1
%A _Vincenzo Librandi_, Aug 08 2012