document.write( "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? \n" ); document.write( "
Algebra.Com's Answer #43150 by joyofmath(189) ![]() 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?\r \n" ); document.write( "\n" ); document.write( "Let's look at a few terms of the series to look for the pattern:\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The pattern is that |