83.0k views
0 votes
Define a recursive sequence and its relationship to a Fibonacci sequence.

1 Answer

5 votes

answer: The recursive definition for generating Fibonacci numbers and the Fibonacci sequence is: fn =fn-1 + fn-2 where n>3 or n=3

explanation: i think thats the answer

User Oliver Apel
by
4.9k points
Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.