%I #7 Sep 08 2022 08:45:37
%S 89,317,431,659,773,887,1229,1571,1913,2027,2141,2711,2939,3167,3623,
%T 3851,4079,4421,4649,4877,5333,5903,6131,6359,6473,6701,7043,7499,
%U 7727,7841,8069,8297,8753,8867,9209,9323,9437,9551,10007,10463,10691,11261,11489
%N Primes congruent to 32 mod 57.
%H Vincenzo Librandi, <a href="/A142685/b142685.txt">Table of n, a(n) for n = 1..1000</a>
%t Select[Prime[Range[2300]], MemberQ[{32}, Mod[#, 57]] &] (* _Vincenzo Librandi_, Sep 02 2012 *)
%o (Magma) [p: p in PrimesUpTo(12000) | p mod 57 eq 32 ]; // _Vincenzo Librandi_, Sep 02 2012
%Y Cf. A000040.
%K nonn,easy
%O 1,1
%A _N. J. A. Sloane_, Jul 11 2008