You all getting wrong the first terms of the series. The correct one is:

0, 1, 1, 2, 3, 5, 8, 13 ...

Hence, F(0)=0, F(1)=1
and F(n)=F(n-1)+F(n-2)


Joe Back