login
A068680
Primes formed by the concatenation n, n+2, n.
3
131, 353, 797, 171917, 232523, 272927, 293129, 313331, 333533, 373937, 495149, 515351, 575957, 596159, 616361, 636563, 676967, 737573, 777977, 798179, 838583, 878987, 899189, 103105103, 109111109, 111113111, 129131129, 133135133
OFFSET
1,1
LINKS
EXAMPLE
109111109 is a term as it is the concatenation of 109, 111 and 109.
MATHEMATICA
Select[Table[FromDigits[Join[IntegerDigits[n], IntegerDigits[n+2], IntegerDigits[ n]]], {n, 200}], PrimeQ] (* Harvey P. Dale, Jul 13 2018 *)
CROSSREFS
Sequence in context: A242846 A395311 A142129 * A276255 A142555 A118507
KEYWORD
base,easy,nonn
AUTHOR
Amarnath Murthy, Mar 02 2002
STATUS
approved