Question: Increasing a varible by 5 instead of 1

So here is the code I have r := sum('exp(-r*x)*l[x +1]*m[x+1]', x = 0..50

what i need is to increase x in incraments of 5 not 1 so that it goes 0, 5, 10 and so on     any help would be great

Please Wait...