%I #10 Sep 08 2022 08:45:37
%S 109,227,463,1171,1289,1879,1997,2351,3413,3767,4003,4357,5419,6481,
%T 6599,7307,8369,9431,10139,10729,10847,11083,11437,11909,12263,12853,
%U 13679,14033,14387,14741,15331,15803,16747,17573,18517,19697,20051,20287,20641,20759
%N Primes congruent to 50 mod 59.
%H Vincenzo Librandi, <a href="/A142777/b142777.txt">Table of n, a(n) for n = 1..1000</a>
%t Select[Prime[Range[2500]], MemberQ[{50}, Mod[#, 59]] &] (* _Vincenzo Librandi_, Sep 04 2012 *)
%o (Magma) [p: p in PrimesUpTo(21000) | p mod 59 eq 50 ]; // _Vincenzo Librandi_, Sep 04 2012
%Y Cf. A000040.
%K nonn,easy
%O 1,1
%A _N. J. A. Sloane_, Jul 11 2008