PDA

View Full Version : Recursion Formula


Poweranimals
Nov7-04, 10:25 PM
Do you guys know what the recursion formula for this series?

http://ourworld.cs.com/SuperSamuraiStar/math.bmp

Tide
Nov8-04, 12:24 AM
If

a_n = r^n

then

a_{n+1} = r^{n+1} = r \times r^n = r a_n

but you knew that! :-)