Hi.
Find f(2), f(3), f(4), and f(5) if f is defined recursively by f(0) = f(1) = 1 and for n = 1,2...
a) f(n+1) = f(n) - f(n-1).
Did you read what it says?Find \(\displaystyle f(2),\:f(3),\:f(4)\text{, and }f(5)\)
of \(\displaystyle f(n)\) is defined recursively for \(\displaystyle n = 1,2,3 \hdots\) by: .\(\displaystyle f(0) = f(1) = 1\)
and: .\(\displaystyle f(n+1) \:=\:f(n) - f(n-1)\)