OFFSET
1,1
COMMENTS
The next term has 630 digits. - Harvey P. Dale, Jun 15 2011
EXAMPLE
a(3) = 5813 because 5813 is the smallest prime formed from concatenation of 3 consecutive Fibonacci numbers, namely 5, 8, and 13.
MATHEMATICA
With[{fibs=Fibonacci[Range[800]]}, Table[First[Select[ FromDigits[ Flatten[ IntegerDigits[#]]]& /@ Partition[ fibs, n, 1], PrimeQ]], {n, 7}]] (* Harvey P. Dale, Jun 15 2011 *)
CROSSREFS
KEYWORD
base,nonn
AUTHOR
Amarnath Murthy, Sep 06 2003
EXTENSIONS
Corrected and extended by Shyam Sunder Gupta, Apr 17 2005
STATUS
approved