login
A068683
Primes formed by the concatenation p,q,p where p and q are successive primes and p>q.
2
757, 131113, 171317, 231923, 312931, 474347, 978997, 10197101, 107103107, 127113127, 139137139, 151149151, 167163167, 367359367, 421419421, 433431433, 461457461, 617613617, 643641643, 701691701, 863859863, 911907911, 991983991
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
Sequence in context: A173507 A101833 A261858 * A221340 A290738 A104336
KEYWORD
base,nonn
AUTHOR
Amarnath Murthy, Mar 02 2002
EXTENSIONS
More terms from Sascha Kurz, Mar 26 2002
STATUS
approved