Let's say I have the following sequence:
$$48, 98, 144, 196, 240, 294, 336$$
The sequence of first differences between terms is: $50, 46, 52, 44, 54, 42$
The sequence of second differences between terms is: $-4, +6, -8, +10, -12$
What I'm asking for help with is that obviously there is a constant difference between the sequence of second differences when negative sign is ignored, but is it possible to use this information to obtain a formula for the nth term of the original sequence?
Hint
Divide the last sequence in two parts:
odd terms: $-4,-8,-12,...$
even terms: $6,10,14,...$
Both sequence are arithmetic.
$1)$ odd terms:
$$a_{2k-1}=2+4k \quad \text{for} \quad k \ge 1$$
$2)$ even terms:
$$a_{2k}=-4k \quad \text{for} \quad k \ge 1$$