login
Primes congruent to 12 mod 59.
1

%I #11 Sep 08 2022 08:45:37

%S 71,307,661,1487,1723,2549,2903,3257,3847,4201,4673,4909,5381,6089,

%T 6679,7151,7741,8803,9157,9511,9629,10337,10691,11399,12107,12343,

%U 12697,13523,13759,13877,14821,14939,15647,16001,17299,17417,19069,19423,19541,19777

%N Primes congruent to 12 mod 59.

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

%t Select[Prime[Range[2400]], MemberQ[{12}, Mod[#, 59]] &] (* _Vincenzo Librandi_, Sep 02 2012 *)

%t Select[Range[12,20000,59],PrimeQ] (* _Harvey P. Dale_, May 07 2013 *)

%o (Magma) [p: p in PrimesUpTo(20000) | p mod 59 eq 12 ]; // _Vincenzo Librandi_, Sep 02 2012

%Y Cf. A000040.

%K nonn,easy

%O 1,1

%A _N. J. A. Sloane_, Jul 11 2008