Say I have a sequence that goes:
12, 16, 21, 27, 34, 42, 51 and so on in a manner that the increment between $a_1$ and $a_2$ is 4, between $a_2$ and $a_3$ is is 5 etc.
The formula which describes this series is $(n(n+7)/2)+12$.
My question is: would there be a way to find out the formula above given I have only the "description of its behavior" or a number of its terms, say $a_1$ to $a_7$?
Now, I have a hunch that this may not be possible, given meme formulae such as $f(x)=18111/2x^4-90555x^3+633885/2x^2-452773x+217331$, which produces the series 1, 3, 5, 7, 217341, meaning that even the most "normal looking" sequences can go wild, and also this website (oeis.org) which seems to archive lots of sequences.
Still, I'm guessing there might be a way that produces one of the possible formulae, even if probably no method can infer them all.
Is it possible?
BTW, I don't have any higher education on Mathematics, which means, in my country, that with what I was given at high school, I would be ready to start taking Calculus 1 in college. Nevertheless, I'm very interested and often watch niche videos on YouTube without much trouble keeping up.