Infinite , but easy.

Calculus Level 2

Consider the infinite sequence:, 1, 2, 2, 3, 3, 3, 4, 4, 4, 4, 5, ...

What is the 1000th term?


The answer is 45.

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.

3 solutions

Brock Brown
Feb 3, 2015
1
2
3
4
5
6
terms = 0
current = 0
while terms < 1000:
    current += 1
    terms += current
print "Answer:", current

Suhail Shah
Feb 1, 2015

Solving n(n+1)/2=1000 Yields n=44.2 next integer is 45 Hence 1000th term will be 45

Did not understand your solution

Khushi Mehta - 4 years, 6 months ago

1+2= nth of the last "two" so we can use the Total Law to know that

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...