login
Primes congruent to 8 mod 59.
1

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

%S 67,421,1129,1483,1601,2309,2663,3253,3371,3607,4079,4787,5023,5849,

%T 6203,6793,6911,8209,8563,8681,9743,10333,10687,11159,11867,12457,

%U 13873,14699,15053,15289,15643,15761,16823,18121,18593,18947,19183,19301,19891,20599

%N Primes congruent to 8 mod 59.

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

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

%t Select[Range[8,21000,59],PrimeQ] (* _Harvey P. Dale_, Oct 12 2016 *)

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

%Y Cf. A000040.

%K nonn,easy

%O 1,1

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