I've found plenty of answer to how to do derive a formula from a recursive definition, but not how to do the reverse.
For example, the formula $a_n = n(n+2)$ gives you the recursive definition of $a_1 = 3, a_{n+1} = b_n + 2n + 3$, but how would you go about figuring that out? Any tips for me?