130k views
5 votes
Find the recursive definition of the following sequence (Remember to define the first term t, the recursive rule to find

tn,and the value t will start at.)
1, 6, 36, 216, 1296…..

User Mutuma
by
8.6k points

1 Answer

3 votes
1) First term t(1) = 1

2) Recursive formula:

r = 36/6 = 1

t(n+1) = tn * 6,the value of t will start at t(1) = 1


User Marcos Reboucas
by
7.6k points