Can you check again?, anyways posting the solution tell me where I got wrong
the sequence is 1, 2,1,2,2,1,2,2,2,1,2,2,2,2,1
so the number of terms in this sequence would be of the form n + n(n+1)/2
for n=1 we get,
1,2 No of Terms is 2
for n=2 we get
1,2,1,2,2 No of Terms is 5...