Question 62313: I need to find the closed form of this 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! I need to find the closed form of this recursive function: a(n)= 5*a(n-1) where a(0) is the initial value?
Let's look at a few terms of the series to look for the pattern:
. . . .
The pattern is that .