-
Series of numbers
I have the following sequence of numbers:
1 3 6 10 15...
It isn't an AP because the difference isn't constant.
It starts in 2, then 3, 4, 5 and so on. Changing 1 each time.
1) Is there a way to know if a number is in this sequence? For instance, is 55 in this sequence? (it is...)
2) What is the difference used to reach some number in the sequence? For instance, the number 55, what is the difference that was used to find it (it is 10, the previous number is 45).
Thanks.
-
Hello
Your answers are correct. Did you get them by writing out the first 10 terms?
The second difference is 1, as you say, so the sequence is related to 
n squared\\<br />
1 & 3 & 6 & 10 & 15 &(1/2)n squared + (1/2)n \\<br />
\end {tabular}<br />
)
So the sequence is,
.
Is that any help?