OFFSET
1,1
LINKS
K. D. Bajpai, Table of n, a(n) for n = 1..1470
EXAMPLE
The prime 113127131137139149 is a concatenation of the consecutive primes 113, 127, 131, 137, 139 and 149.
MAPLE
select(isprime, [seq(parse(cat([seq(ithprime(i), i=n+0..n+5)][])), n=1..500)])[]; # K. D. Bajpai, Mar 24 2014
MATHEMATICA
Select[FromDigits[Flatten[IntegerDigits/@#]]&/@Partition[Prime[Range[ 300]], 6, 1], PrimeQ] (* Harvey P. Dale, Apr 30 2020 *)
CROSSREFS
KEYWORD
nonn,base
AUTHOR
Ray G. Opao, Nov 07 2004
STATUS
approved