Strategy for determining the closed form of a sequence

23 Views Asked by At

Is there a strategy that I should be implementing when trying to find the closed-form of sequences? Right now, I'm relying a fair bit of pattern-recognition (i.e. it's a crapshoot), which isn't turning out to be very efficient. Here's one I'm working on currently:

enter image description here

What's the best way to approach these?