A167518 Least reversible prime (A007500) which is a concatenation of n consecutive primes.
2, 151157, 353359367, 139149151157, 101103107109113, 704517045770459704817048770489, 97101103107109113127, 1519315199152171522715233152411525915263, 382138233833384738513853386338773881, 9319932393379341934393499371937793919397
Offset: 1
Programs
-
PARI
for(k=1,19,for(i=0,1e9, isprime( eval( p=concat( vector( k,j,Str( prime( i+j )))))) & isprime(eval(concat(vecextract(Vec(p),"-1..1")))) & break); print1(p,", "))
Extensions
Edited by Charles R Greathouse IV, Apr 28 2010
a(9)-a(10) from Donovan Johnson, Sep 25 2011
Comments