OFFSET
1,1
LINKS
Hans Havermann, Table of n, a(n) for n = 1..100
EXAMPLE
a(5) = 711131719 is the smallest prime which is the concatenation of five consecutive primes 7, 11, 13, 17 and 19.
PROG
(PARI) for(k=1, 19, for(i=0, 1e9, isprime( eval( p=concat( vector( k, j, Str( prime( i+j )))))) & break); print1(p, ", ")) \\ M. F. Hasler, Nov 10 2009
CROSSREFS
KEYWORD
nonn,base
AUTHOR
STATUS
approved