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

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

%S 223,577,1049,1993,2111,2347,2819,3527,3881,4943,5179,5297,5651,6359,

%T 6949,8011,8719,8837,9781,10253,10607,11197,11551,12377,12613,12967,

%U 14029,14737,15091,16979,17333,17569,17923,18041,18749,19457,20047,20873,21227,21817

%N Primes congruent to 46 mod 59.

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

%t Select[Range[46,22000,59],PrimeQ] (* _Harvey P. Dale_, Aug 23 2012 *)

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

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

%Y Cf. A000040.

%K nonn,easy

%O 1,1

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