login
Primes congruent to 16 mod 59.
1

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

%S 193,311,547,1019,1373,1609,2081,2671,2789,3733,3851,4441,5503,5857,

%T 6211,6329,8689,8807,9043,9161,9397,10223,10459,12347,12583,13291,

%U 13763,13999,15061,15887,16477,16831,17539,17657,18719,19073,19309,19427,21433,21787

%N Primes congruent to 16 mod 59.

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

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

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

%Y Cf. A000040.

%K nonn,easy

%O 1,1

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