login
A101250
Primes that are a concatenation of 7, 11 and a prime.
6
71119, 71129, 71143, 71147, 71153, 71161, 71167, 71171, 711131, 711163, 711173, 711181, 711223, 711307, 711317, 711353, 711397, 711409, 711463, 711479, 711499, 711509, 711523, 711563, 711577, 711617, 711653, 711691, 711701, 711709, 711727
OFFSET
1,1
LINKS
EXAMPLE
71119 is a prime concatenated from the primes 7, 11 and 19.
MATHEMATICA
Select[ Table[ FromDigits[ Flatten[ IntegerDigits /@ {7, 11, Prime[n]}]], {n, 130}], PrimeQ[ # ] &] (* Robert G. Wilson v, Dec 20 2004 *)
CROSSREFS
KEYWORD
nonn,easy,base
AUTHOR
Parthasarathy Nambi, Dec 16 2004
EXTENSIONS
Extended by Ray Chandler and Robert G. Wilson v, Dec 22 2004
STATUS
approved