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 47 mod 59.
1

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

%S 47,283,401,991,1109,1699,2053,2879,3469,3823,4177,4649,5003,5711,

%T 6301,7127,7481,7717,8543,8779,9133,10313,10667,10903,11257,12437,

%U 12791,13381,13499,14207,14561,14797,15269,15859,16567,16921,17393,17747,18691,19163

%N Primes congruent to 47 mod 59.

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

%t Select[Prime[Range[2400]], MemberQ[{47}, Mod[#, 59]] &] (* _Vincenzo Librandi_, Sep 04 2012 *)

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

%Y Cf. A000040.

%K nonn,easy

%O 1,1

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