login
Primes congruent to 29 mod 59.
1

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

%S 29,383,619,1091,1327,2153,2389,2861,3923,4159,4513,5693,6047,6637,

%T 6991,7109,7699,7817,8053,8171,8761,9587,9941,10177,10531,11003,11239,

%U 11593,12301,13009,13127,14071,14543,14779,14897,15959,16903,17021,17257,17729

%N Primes congruent to 29 mod 59.

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

%t Select[Prime[Range[2200]], MemberQ[{29}, Mod[#, 59]] &] (* _Vincenzo Librandi_, Sep 03 2012 *)

%t Select[Range[29,18000,59],PrimeQ] (* _Harvey P. Dale_, Nov 24 2018 *)

%o (Magma) [p: p in PrimesUpTo(18000) | p mod 59 eq 29 ]; // _Vincenzo Librandi_, Sep 03 2012

%Y Cf. A000040.

%K nonn,easy

%O 1,1

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