CONSIDER THE SEQUENCE 1,2,2,3,3,3,4,4,4,4.... THEN THE 5000th TERM OF THE SEQUENCE IS
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.
We can see that the number N is N times in the sequence. If i do the sum of the number of numbers . We get Tn=1+2+3+.......+N . So Tn=N(N+1)/2
According to the question The relation is <or=5000. Solving this we getN<100. So the 5000th term is 100