A sequence is (recursively) defined as a1=0 a2=1 and for n>2 an=an−1−3an−2 What is a6?
Find the first four terms of the sequence defined by a1=3 and an=3an−1+2, for all n > 1.
The Fibonacci sequence is defined by 1=a1=a2 and an=an−1+an−2,n>2 Find an+1an,for n=1,2,3,4,5