Sequence question

Status
Not open for further replies.

zofaan

New member
Joined
Aug 22, 2014
Messages
10
Here is a question I wrote. I want to make sure it's correct.

The first terms of an infinite sequence are 1, 2, 4, 7, 11, ... and continue such that the differences between subsequent terms continue to increase by 1. What is the 100th term in this sequence?

(A) 4851
(B) 4950
(C) 4951
(D) 5050
(E) 5051
 
Well, a simple explanation is that is that the difference between the nth and (n-1)st term is n, i.e.
an= an-1 + n
= an-1 + n
= an-2 + (n-1) + n
...
= a1 + ?
Work it out or highlight between the >>>... and ...<<<

>>>>>>>>>>>>>>>>>>>>>>>>>
= an-3 + (n-2) + (m-1) + n
= ...
= a1 + (n - (n-1)) + (n-(n-2)) + ... + n
= a1 + 1 + 2 + 3 + ... + n
= a1 + n (n-1) / 2

<<<<<<<<<<<<<<<<<<<<<<<<<
Thus
a100 = a1 + ?
= ?
 
In other words, you didn't understand what Ishuda meant. You are given that the differences increase by 1- that is, the "second difference", the "differences of the differences" is 1. It follows that the formula is quadratic.

Assuming that a_n= A+ Bn+ Cn^2, a_1= A+ B+ C= 1. a_2= A+ 2B+ 4C= 2, and a_3= A+ 3B+ 9C= 4.

Solve those three equations for A, B, and C. Then check that you get the given values for n= 4 and 5 and finally use that to calculate a_100.
 
I'm looking for the more elegant solution.

Well why didn't you say so at first. The 100th term is the fifteenth word on page 12 in the fifth part of the First Edition of 'A Compendious System of Anatomy. In Six Parts'. Or, if that is still not elegant enough for you, I think I will have to let you do your own work.
 
Status
Not open for further replies.
Top