Question: 1. Try to use kth differences to find a closed form for the recurrence a0 = 1, an = 2an-1. What happens?
2. Try to use kth differences to find a closed form for the recurrence a0 = 0, an = an-1 +n(-1)n. What happens?
3. Find a closed form for a0 = 8, an = an-1 -4 and check that your formula is correct.
4. Find a closed form for a0 = 3, an = an-1 +2 and check that your formula is correct.
5. Challenge: Create your own recurrence for which a closed form can be found using kth differences, and find that closed form.