Q1: Consider the Fibonacci sequence f1, f2, f3,··· defined recursively by f₁ = 1, f2 = 1, and fn = fn-1 + fn-2 for all n
Posted: Mon Jul 11, 2022 12:07 pm
Q1: Consider the Fibonacci sequence f1, f2, f3,··· defined recursively by f₁ = 1, f2 = 1, and fn = fn-1 + fn-2 for all n ≥ 3. [5] (a) Prove that fn ≤ (13/8)" for all n ≥ 1. [4] (b) Prove that f2 + f4 + · ... + f2n = f2n+1 - 1 for all n > 1.