OFFSET
1,1
EXAMPLE
171317 is a prime which is the concatenation of 17, 13 and 17.
MATHEMATICA
Select[FromDigits[Flatten[IntegerDigits/@#]]&/@({Last[#], First[#], Last[#]} &/@Partition[Prime[Range[200]], 2, 1]), PrimeQ] (* Harvey P. Dale, Oct 25 2011 *)
CROSSREFS
KEYWORD
base,nonn
AUTHOR
Amarnath Murthy, Mar 02 2002
EXTENSIONS
More terms from Sascha Kurz, Mar 26 2002
STATUS
approved