So if you want to add up all of the numbers from 1 to 100, the equation is fairly simple: $ \frac{n(n+1)}{2} $
Does a similar equation exist for multiplying every number from 1 to 100 together?
So if you want to add up all of the numbers from 1 to 100, the equation is fairly simple: $ \frac{n(n+1)}{2} $
Does a similar equation exist for multiplying every number from 1 to 100 together?
The expression is factorial, and it grows even faster than an exponential. There is no short formula for such a huge number.