- Find first five terms of a sequence
from the recursive formula
an=3an-1,n>0 with the initial
condition a = 2
Answers
Answered by
0
Answer:
a0=2
a1=6
a2=18
a3=54
a4=162
Step-by-step explanation:
Given initial conditions(n=0), a=2
So, a1= 3*a0=3*2=6
a2=3*a1=3*6=18
a3=3*a2=3*18=54
a4=3*a3=3*54=162
Similar questions