login
Primes of the form 210k + 47.
0

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

%S 47,257,467,677,887,1097,1307,2357,2777,3407,3617,4457,4877,5087,5297,

%T 5507,5717,5927,6977,7187,7607,7817,8237,8447,8867,9497,10337,11177,

%U 11597,11807,12227,12437,12647,13487,13697,13907,14327,14537,14747

%N Primes of the form 210k + 47.

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

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

%Y Cf. A073102.

%K nonn

%O 1,1

%A _Juri-Stepan Gerasimov_, Jul 04 2008

%E Extended by several authors, Apr 29 2010