login
Primes that are decimal concatenations of n with n + 9.
2

%I #9 May 12 2019 11:54:31

%S 211,1019,1423,2029,2837,3847,4049,5059,5261,5867,6271,6473,7079,8089,

%T 8291,100109,104113,110119,112121,118127,122131,124133,142151,148157,

%U 160169,164173,170179,172181,178187,188197,194203,208217

%N Primes that are decimal concatenations of n with n + 9.

%H Harvey P. Dale, <a href="/A032632/b032632.txt">Table of n, a(n) for n = 1..2500</a>

%t Select[Table[FromDigits[Flatten[IntegerDigits/@{n,n+9}]],{n,250}],PrimeQ] (* _Harvey P. Dale_, May 12 2019 *)

%Y Cf. A032614, A032624.

%K nonn,base

%O 1,1

%A _Patrick De Geest_, May 15 1998

%E Edited by _Charles R Greathouse IV_, Apr 30 2010