<p>The first three terms of a sequence are given above. The nth term of the sequence is given 1/n(n+1) , which is equal to 1/n - 1/(n+1) . What is the sum of the first 50 terms of this sequence?</p>
<p>The formula for the sequence has a peculiar similarity to finding the sun of a certain special series that increases by one with each number: (n(n+1))/2. However, I haven't really been able to progress further than that. Can someone explain this problem to me?</p>
<p>Now when we add these up, notice all the cancellations that take place (each rightmost term cancels with the next leftmost term - thus we are only left with the very first term, and very last term).</p>
<p>We wind up with 1/1 - 1/51 = 51/51 - 1/51 = 50/51</p>
<p>Remark: You can also just do the computation in your calculator instead of getting a common denominator.</p>