OFFSET
1,1
COMMENTS
The next term has 141 digits. - Harvey P. Dale, Aug 22 2017
EXAMPLE
The first term is 235813 which is a prime and is the concatenation of 2,3,5,8 and 13 which are five consecutive Fibonacci numbers.
MATHEMATICA
Select[FromDigits[Flatten[IntegerDigits[#]]]&/@Partition[Fibonacci[Range[200]], 5, 1], PrimeQ] (* Harvey P. Dale, Aug 22 2017 *)
CROSSREFS
KEYWORD
base,nonn
AUTHOR
Shyam Sunder Gupta, Apr 17 2005
STATUS
approved