Hi guys,
I'm trying to find a way to code this formula:
Sum (from 1 to k) of n!
So, for example, Sum(1 to 4) of n! = 1! +2! +3! +4! = 24
In other words, taking sums of the factorial function where the inputs lie in a specified range. Any thoughts or advice would be greatly appreciated!
Bookmarks