login
Primes congruent to 44 mod 59.
1

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

%S 103,457,811,929,1283,1637,1873,2699,3407,3643,3761,5059,5413,5531,

%T 6121,6829,6947,7537,8009,8363,8599,9661,10133,10369,10487,10723,

%U 11549,11903,12611,15443,15679,15797,16033,16741,17449,17921,19219,19927,20399,20753

%N Primes congruent to 44 mod 59.

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

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

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

%Y Cf. A000040.

%K nonn,easy

%O 1,1

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