trigger352
- 18
- 0
I have a lot of trouble trying to figure out the explcit forumla of a series of numbers.
I can see the pattern in a recursion forumla, however.
2, -4, 8, -16, ... Is a multiplication of -2 to the term before it. Which is cake to write in a recursion forumla. But what about an Explicit Formula?
What techniques and ideas do you look for first? Are there any clues?
I can see the pattern in a recursion forumla, however.
2, -4, 8, -16, ... Is a multiplication of -2 to the term before it. Which is cake to write in a recursion forumla. But what about an Explicit Formula?
What techniques and ideas do you look for first? Are there any clues?