Write the first five terms of the recursively defined sequence. u1=1u2=1un=un−2+un−1n≥3
Solution We are given the first two terms. To obtain the third term requires that we know each of the previous two terms. u1=1u2=1u3=u1+u2=1+1=2u4=u2+u3=1+2=3u5=u3+u4=2+3=5