Determine whether each following statements about Fibonacci numbers is true or false
A. 2Fn >F n+1 for n≥3
B. 2F n+4 = f n+3 for n≥3
The Fibonacci sequence, "F_0, F_1,F_2, \u2026 ," is defined by the initial condition "F_0=0," "F_1=1," and the recurrence relation "F_n = F_{n-1}+F_{n-2}" for "n=2, 3, 4, ..."
A.
The statement "2F_n>F_{n+1}" is true for "n\\geq 3"
B.
Since "F_k>0" for "k\\geq1," then
The statement "2F_{n+4}=F_{n+3}" is false for "n\\geq 3."
Comments
Leave a comment