thank you to you people for providing the answer to compare😁.
My solution appear to be different.
For the sequence 1,2,3,5,8,.....
when divided by 8, for the 1st term remainder will be 1 since 1 cannot be divided by 8 and 2nd term will be 2,3rd term will be 3,4th term will be 5 and 5th term will be 0. I just observed the pattern actually there is not needed to add the sum for the next term than divide that number by 8. Starting from the 6th term, the remainder will be 5 because the remainder at 4th term is 5 and 5th term is 0 so what needed to do at here is to add up the previous 2 term's remainder. After that, take the sum of the remainder minus by 8, if the sum is smaller than 8 than the sum is the remainder else the remainder is the sum of the remainder of previous 2 term minus by 8.
So here is the remainder starting from 1st term.
1,2,3,5,0,5,5,2,7,1,0,1,1,2,3,5,0,5,5,2,7,1,0,1,1,..........
notice that except the first 3 term, the remainder is keep on repeating starting from 4th term until 15 term, it repeat after 12 term
so at here i create a formula
3+n(12)=2008
n=167.083
however i only take integer value of 167
3+167x12=2007
that mean starting from 3rd term after 167 times the set of the 12 number, the remainder will be 3, and further up 1 more term will be 5.
Are you sure? This action cannot be undone.