Ask your own question, for FREE!
Mathematics 18 Online
OpenStudy (anonymous):

Fibonacci series explanation

OpenStudy (anonymous):

You start off with 0,1 and then every number after is the sum of the previous two numbers 0,1, 1 (sum of 1 and 0) then 2 (sum of 1 and 1), 3,5,8,13....

OpenStudy (anonymous):

We can define the Fibonacci series recursively. Let F(n) be the nth term of the sequence. Then F(n + 2) = F(n + 1) + F(n), F(0) = 0, F(1) = 1. This recurrence relationship is a difference equation with initial conditions and can be solved using techniques from the calculus of finite differences. The Fibonacci sequence has several interesting properties related to the golden ratio.

Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!
Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!