Company: future first
Difficulty: medium
Hundredth Term of the Study Debt Recurrence In a school, a student is tracking his daily study debt in hours. On the first day, the study debt is d(1) = -2 hours. For every positive integer m, d(m) = d(m+1) + (m + 1). Find d(100).