Write the first five terms of the recursively defined sequence. s1=1sn=4sn−1n≥2
Solution The first term is given as s1=1. To get the second term, we use n=2 in the formula to obtain s2=4s1=4⋅1=4. To obtain the third term, we use n=3 in the formula, getting s3=4s2=4⋅4=16. Each new term requires that we know the value of the preceding term. The first five terms are s1=1s2=4s2−1=4s1=4⋅1=4s3=4s3−1=4s2=4⋅4=16s4=4s4−1=4s3=4⋅16=64s5=4s5−1=4s4=4⋅64=256