Simple Sequence

Consider the sequence 1 , 2 , 2 , 3 , 3 , 3 , 4 , 4 , 4 , 4 , 1,2,2,3,3,3,4,4,4,4,\ldots where there are n n copies of the whole number n . n. Find the sum of the first 1000 terms of this sequence.


The answer is 29820.

This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try refreshing the page, (b) enabling javascript if it is disabled on your browser and, finally, (c) loading the non-javascript version of this page . We're sorry about the hassle.

1 solution

In this series, the n(n+1)/2 th term is n. After n(n+1)/2 th term comes n+1, n+1, n+1....(n+1 times). Therefore to find the 1000th term, we have
n(n+1)/2 < 1000
From here, n = 44
(44x45)/2 = 990
Therefore the next 10 terms are 45s.
Hence sum of the first 990 terms = n(n+1)(2n+1)/6
Putting n = 44, we get 29370
The next 10 terms add upto 45x10 = 450.
Thus, Sum of first 1000 terms = 29370 + 450 = 29820


Did exactly the same

Ganesh Ayyappan - 5 years, 6 months ago

I found the right answer and then accidentally clicked on discuss solution -.-

Arulx Z - 5 years, 5 months ago

Log in to reply

Happened with me on 2-3 other problems. So I can sympathize

Shreyash Rai - 5 years, 5 months ago

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...