Possible Duplicate:
What is the term for a factorial type operation, but with summation instead of products?
Is there a similar function for the addition operator as there is the factorial function for the multiplication operator?
For factorials it is 5! = 5*4*3*2*1, is there a function that would do 5+4+3+2+1?
Thanks,