First term of the AP is 23; the common difference is 13. You want to find the minimal integer "n" such that 23 + 13*(n-1) >= 200000. Then n-1 >= = 15382.85; hence, n = 15383 + 1 = 15384. ANSWER CHECK. 23 + 13*(15384-1) = 200002. ! Ok !