We notice that the n-th term is n(n+1)!
If we did some sort of arithmetic trick on it:
n(n+1)!=(n+1)−1(n+1)!=(n+1)(n+1)(n!)−1(n+1)!=1n!−1(n+1)!
That means, the sum is ∞∑n=1(1n!−1(n+1)!).
To evaluate general infinite sums, we consider the partial sum first, then take the limit.
So first, we consider N∑n=1(1n!−1(n+1)!).
Listing the terms,
N∑n=1(1n!−1(n+1)!)=(11!−12!)+(12!−13!)+(13!−14!)+⋯+(1N!−1(N+1)!)
As you may have noticed, the terms in the middle eliminates each other nicely. The only terms left are the first, and the last.
N∑n=1(1n!−1(n+1)!)=11!−1(N+1)!=1−1(N+1)!
Next, we will take limN→∞ on both sides.
(If you don't know limits, don't panic. The above notation just means "N is a really large number".)
limN→∞N∑n=1(1n!−1(n+1)!)=limN→∞(1−1(N+1)!)∞∑n=1n(n+1)!=1−1Really big number=1
The required sum is 1.