1 pt Find the first six terms of the recursively defined seq
(1 pt) Find the first six terms of the recursively defined sequence Sn = 2S^1/2n-1 /5 for n > 1, and s1 = 1.
Solution
Sn=(2*Sn-11/2)/5 n>1
S1=1
for n=2 s2=(2*S11/2)/5=2*1/5=0.4
for n=3 s3=(2*S21/2)/5=2*sqrt(0.4)/5=0.2529
for n=4 s4=(2*S31/2)/5=2*sqrt(0.2529)/5=0.2012
for n=5 s5=(2*S41/2)/5=2*sqrt(0.2012)/5=0.1794
for n=6 s6=(2*S51/2)/5=2*sqrt(0.1794)/5=0.1694
for n=7 s7=(2*S61/2)/5=2*sqrt(0.1694)/5=0.1646
