What I think you are asking is the value of the upper and lower sum for the partition which has 4 equal intervals between 0 and 5. Please note that there will be 5 points of the partition: x = 0, 1, 2, 3, 4 where y = 13, 10, 7, 4, 1 Δx = 1 (not 4/5).
Therefore, your lower sum will be 22 (10 + 7 + 4 + 1) and your upper sum will be 34 (13 + 10 + 7 + 4).
If this doesn't help, please let me know.