OFFSET
1,2
COMMENTS
a(8) has 25374 digits.
MATHEMATICA
t = {1, 2}; For[i = 1, i <= 5, i++, l = Length[t]; t = Append[t, Fibonacci[t[[l]] + t[[l - 1]]]]]; t
CROSSREFS
KEYWORD
nonn
AUTHOR
Joseph L. Pe, Mar 02 2003
STATUS
approved