Given initial conditions: We are given the initial conditions of the recursive sequence:h(1)=−2h(2)=1And the recursive formula:h(n)=h(n−2)+h(n−1)We need to find the value of h(3).
Recursive formula: Using the recursive formula, we can find h(3) by adding h(1) and h(2): h(3)=h(1)+h(2) h(3)=(−2)+1 h(3)=−1
More problems from Evaluate recursive formulas for sequences