I want to know how to compute $H(n) = H(n-5) + \frac{n}5$
I know how to solve the recurrence relations whose difference between LFS and RFS is 1 (ex. $H(n) = H(n-1) + n$) but I have no idea how to solve the relation above.
Can anyone please help me?
Thanks in advance