login
Primes of the form 210k + 43.
0

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

%S 43,463,673,883,1093,1303,1723,1933,2143,3613,3823,4243,4663,5503,

%T 5923,6133,6343,6553,6763,7393,7603,8233,8443,8863,9283,10333,10753,

%U 11173,11383,11593,12433,12853,13063,13693,13903,14323,14533,15373,15583

%N Primes of the form 210k + 43.

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

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

%Y Cf. A073102.

%K nonn

%O 1,1

%A _Juri-Stepan Gerasimov_, Jul 04 2008

%E Extended by _Ray Chandler_, Apr 29 2010

%E More terms from _Vincenzo Librandi_, Apr 28 2010