login

Reminder: The OEIS is hiring a new managing editor, and the application deadline is January 26.

Primes congruent to 55 mod 59.
1

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

%S 173,409,881,1117,1471,2179,2297,2887,3359,4421,4657,5011,5483,6073,

%T 6427,6781,6899,7253,7489,7607,8669,9377,9613,9967,10321,11383,12799,

%U 12917,14923,15277,15749,16103,16339,16693,16811,17047,17401,17519,19289,19997,20233

%N Primes congruent to 55 mod 59.

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

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

%t Select[Range[55,21000,59],PrimeQ] (* _Harvey P. Dale_, Feb 04 2015 *)

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

%Y Cf. A000040.

%K nonn,easy

%O 1,1

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