SOLUTION: Find the closed form of the following recursive function: a(n)=5*a(n-1) where a(0) is the initial value.

Algebra.Com
Question 62635: Find the closed form of the following recursive function: a(n)=5*a(n-1) where a(0) is the initial value.
Answer by joyofmath(189)   (Show Source): You can put this solution on YOUR website!
Find the closed form of the following recursive function: a(n)=5*a(n-1) where a(0) is the initial value.
.
.
.
In general, .

RELATED QUESTIONS

I need to find the closed form of this recursive function: a(n)= 5*a(n-1) where a(0) is... (answered by joyofmath)
Find the 1st 5 values of the recursive function, then find their 1st and 2nd differences, (answered by drk)
I am working with recursive functions. I do not understand the examples given in the... (answered by stanbon)
The following function defines a recursive sequence: f(0) = -4 f(1) = 12 f(n) =... (answered by jim_thompson5910)
find the first five values of the recursive function f(1)= 5; f(n) = f(n-1) +... (answered by stanbon)
Let A_0 = 0 A_1 = 1 A_n = A_{n - 1} + A_{n - 2} for n ge 2 There is a unique... (answered by CPhill)
Find the following four terms of the sequence given the following recursive formula:... (answered by Edwin McCravy)
Consider the recursive rule u(n) =0.85u(n-1) +147 [This is u sub n and 0.85 u sub n-1] (answered by KMST)
Is the formula {{{ a[n]=-4n(n-1) }}} explicit or recursive? Find the first five terms of... (answered by jim_thompson5910)