Identify a specific iteration of the Fibonacci sequence (see FibonacciTail for function that is optimised for tail-recursion)
Identify a specific iteration of the Fibonacci sequence (this is optimised for tail-recursion; se Fibonacci for function that is not)