[go: up one dir, main page]

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

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

%S 2,3,17,19,29,41,43,67,71,97,107,149,173,197,199,211,223,227,251,263,

%T 277,331,353,367,379,383,409,419,431,433,457,461,487,509,523,563,587,

%U 601,613,617,641,643,653,691,719,743,757,769,773,797,809,821,823

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

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

%t Select[Prime[Range[300]],MemberQ[{2,3,4,6},Mod[#,13]]&]

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

%Y Cf. A000040, A045335.

%K nonn,easy

%O 1,1

%A _Vincenzo Librandi_, Aug 08 2012