login
Primes of the form 210k + 19.
0

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

%S 19,229,439,859,1069,1279,1489,1699,2539,2749,3169,4219,4639,5059,

%T 5479,5689,6529,6949,7159,7369,7789,8209,8419,8629,8839,9049,9679,

%U 10099,10729,10939,11149,11779,12409,12619,12829,13249,13669,13879,14929

%N Primes of the form 210k + 19.

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

%o (Magma) [ a: n in [0..900] | IsPrime(a) where a is 210*n+19] // _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