I'm trying to figure out a way to approach sequences problems. So far, I can get them if I try enough different random formulas, but was hoping there's a better way to approach these problems.
For example, take this sequence:
7,11,15,19,23,27,31,35,39,43
I can see that the above sequence has a recurrence form of:

How would I find the close form of this sequence? What approach can I use that I can then apply to all other sequences?
Thanks!
