SOLUTION: Please help me with this problem. Thank you in advance Write the recursive rule for 0,3,0,3,0,3....

Algebra ->  Sequences-and-series -> SOLUTION: Please help me with this problem. Thank you in advance Write the recursive rule for 0,3,0,3,0,3....      Log On


   



Question 1201483: Please help me with this problem. Thank you in advance
Write the recursive rule for 0,3,0,3,0,3....

Answer by ikleyn(52788) About Me  (Show Source):
You can put this solution on YOUR website!
.

For example, this way

    a%5B1%5D = 0,  a%5B2%5D = 3,  a%5Bn%5D = a%5Bn-2%5D,  n = 3, 4, 5, . . . 

There are two basic ways to solve this problem.

One way is to find a complicated formula.

And another way is to make it as simple as possible - - - as presented here.