
Bradford T. answered 01/22/21
Retired Engineer / Upper level math instructor
The difference between each number is the next odd number.
Since this is looking for a quadratic sequence:
a(n) = a(n-1) + 2n-1
a(1) = x + 1 = -9 x=-10 --> a(1) = -10 +2n -1
a(2) = a(1) + 3 = -10 + 1 + 3 = -6
a(3) = a(2) + 5 = -10 +1 +3 + 5 = -1
a(4) = a(3) + 7 = -10 + 1 +3 + 5 +7 = -10 + 25 = 15
or
a(n) = -10 + ∑ni=1(2i-1)
It can be shown that ∑ni=1(2i-1) = n2
So the closed form is:
a(n) = n2-10
a(1) = 1-10 = -9
a(2) = 4-10 = -6
a(3) = 9-10 = -1
a(4) = 16-10 = 6
a(5) = 25-10 = 15
Haley A.
Thank you, I have the answer to this, I was able to solve it by my self. I have another question I need help on. It's my most recent question.01/22/21