In the sequence
1/1,
1/2, 2/1,
1/3, 2/2, 3/1,
1/4, 2/3, 3/2, 4/1,
...
The 2000000th term can be written as p/q where p and q are coprime, find the value of p+q.
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.
you only have to find out in which line 2000000th term is going to appeared i.e. 2000th line then you have to find out the position of number either from front or back.