I can think of a couple of ways
- Notice that unit digit of the first $8$ terms can be added in the last $8$ terms to make them $2017$. Now add the first $8$ terms without their unit digits (i.e. $2000*8$) and find a remainder on that.
- Sum of AP series = $4017*8$, now find the remainder
But both would take a lot of computation. Is there any more efficient way of doing it manually?