We have a peculiar series in which a lead number ( s a y a 1 ) is written first and then the number of consecutive numbers ( s a y a 2 , a 3 , … ) that follow the lead number (including the lead number) is equal to the lead number itself i.e. a 1 , a 2 , a 3 , … , a a − 2 , a a − 1 , a a . And then we continue the series with the number a 2 and follow the same procedure.
If the series starts from 1 as { 1, 2, 3, 3, 4, 5, 4, 5, 6, 7, ... } , find the smallest n , where the n th term a n = 2 0 1 7 .
1 , 2 , 3 , 4 , . . . 4 , 5 , 6 , 7 3 , 4 , 5 2 , 3 1
The series above comprises segments of a leader integer (blue) followed by consecutive follower integers such that, if a segment starts with a leader integer k , it is followed by k − 1 follower integers: k + 1 , k + 2 , k + 3 ,... k + k − 1 , before the next segment, which starts with leader integer k + 1 .
Find the smallest n such that the n th term of the series is 2017.
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.
Problem Loading...
Note Loading...
Set Loading...
Lets break up the sequence to 1 ∣ 2 , 3 ∣ 3 , 4 , 5 ∣ 4 , 5 , 6 , 7 ⋯ .
So, we see that the last term of these segments follow the AP 1 , 3 , 5 , 7 , ⋯ . Firstly, we have to find which term of this AP is 2 0 1 7 .
2 0 1 7 = 1 + ( x − 1 ) × 2 2 2 0 1 6 = x − 1 x = 1 0 0 9
So, 2 0 1 7 lies in the 1 0 0 9 th segment.
Now observe the last term of the first segment(1) is the first term of the original sequence.
The last term of the second segment(3) is the third term of the original sequence.
The last term of the third sequence(5) is the sixth term of the original sequence.
The last term of the fourth segment(7) is the tenth term of the original sequence.
So, we see that last term of the y th segment is the ( i = 1 ∑ y i ) th term of the original sequence.
So, the last term of the 1 0 0 9 th segment(2017) = ( i = 1 ∑ 1 0 0 9 i ) th term of the original sequence.
So, 2 0 1 7 is ( 2 1 0 0 9 × 1 0 1 0 ) th term of the original sequence.
⟹ n = 5 0 9 5 4 5 .