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 f(2),f(3),f(4), and f(5)
of f(n) is defined recursively for \(\displaystyle n = 1,2,3 \hdots\) by: .f(0)=f(1)=1
and: .f(n+1)=f(n)−f(n−1)