Processing math: 100%

EXAMPLE 3Writing the Terms of a Recursively Defined Sequence

Write the first five terms of the recursively defined sequence. s1=1sn=4sn1n2

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=41=4. To obtain the third term, we use n=3 in the formula, getting s3=4s2=44=16. Each new term requires that we know the value of the preceding term. The first five terms are s1=1s2=4s21=4s1=41=4s3=4s31=4s2=44=16s4=4s41=4s3=416=64s5=4s51=4s4=464=256