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 of the form 210k + 59.
0

%I #12 Sep 08 2022 08:45:35

%S 59,269,479,1109,1319,1949,2579,2789,2999,3209,4049,4259,4679,4889,

%T 5099,5309,5519,5939,6359,6569,6779,7829,8039,8669,9719,9929,10139,

%U 10559,10979,11399,12239,12659,13499,13709,14549,14759,14969,15809,16229

%N Primes of the form 210k + 59.

%t Select[59+210Range[0,150],PrimeQ] (* _Ray Chandler_, Apr 29 2010 *)

%o (Magma) [ a: n in [0..900] | IsPrime(a) where a is 210*n+59] // _Vincenzo Librandi_, Nov 24 2010

%Y Cf. A073102.

%K nonn

%O 1,1

%A _Juri-Stepan Gerasimov_, Jul 04 2008

%E Extended by several contributors, Apr 29 2010