login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

Primes congruent to 10 mod 59.
1

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

%S 541,659,1013,1249,1367,1721,2311,3019,3137,3373,3491,3727,4789,5261,

%T 5851,6323,7621,8093,8329,8447,9391,10099,10453,11161,11279,11633,

%U 11987,12577,13049,13757,14347,15173,15527,15881,16943,18713,19421,20011,20129,20483

%N Primes congruent to 10 mod 59.

%H Harvey P. Dale, <a href="/A142737/b142737.txt">Table of n, a(n) for n = 1..1000</a>

%t Select[Range[10,21000,59],PrimeQ] (* _Harvey P. Dale_, Nov 30 2011 *)

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

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

%Y Cf. A000040.

%K nonn,easy

%O 1,1

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