- #1
Cloudless
- 15
- 0
Say for the recursive formula 2, 5, 9, 19 , 37...Instead of writing it as an = an-1 + * 2 an-2
can you write it as:
an = 2an + (-1)nJust double checking. I encountered this earlier helping someone and I haven't done recursive formulas in a while..
can you write it as:
an = 2an + (-1)nJust double checking. I encountered this earlier helping someone and I haven't done recursive formulas in a while..
Last edited: