what? Assuming you wanted an algorithm to find the nth number in the Fibonacci sequence:
double Fib(int i)
{
double x = 1;
double y = 1;
if (i
Chat with our AI personalities
5
If the Fibonacci sequence is denoted by F(n), where n is the first term in the sequence then the following equation obtains for n = 0.
Fibonacci sequence
Fibonacci sequence
Fibonacci