Write down the first five terms of the following recursively
Write down the first five terms of the following recursively defined sequence.
Solution
if a1=1 and an+1=-2an-8
nowby placing n=1
a1+1=-2(1)-8=-10=a2
similarly by placing n=2
a2+1=-2(-10)-8=12=a3
now n=3
a3+1=-2(12)-8=-32=a4
now n=4
a4+1=-2(-32)-8=56=a5
now n=5
a5+1=-2(56)-8=-120=a6
