hi
I want to find a solution for this problem:

The Fibonacci sequence is the series of numbers 0, 1, 1, 2, 3, 5, 8, .... Formally,
it can be expressed as:
f ib0 = 0
f ib1 = 1
f ibn = f ibn−1...