Given recursive formula: We are given the recursive formula for a sequence h(n):h(1)=−2h(n)=h(n−1)+nTo find h(2), we need to use the value of h(1) and the recursive formula.h(2)=h(1)+2h(2)=−2+2h(2)=0
More problems from Evaluate recursive formulas for sequences