116k views
5 votes
Write a recursive formula for the sequence 3,9,27

User Denchr
by
5.5k points

1 Answer

2 votes

Answer:

Explanation:

a(n) = a(n - 1)*3, with a(1) = 3 and n beginning with 2

User Brian Bolli
by
5.5k points