Find the sum of the following series: $$2 \cdot 1! + 5 \cdot 2! + 10 \cdot 3! + 17 \cdot 4! + \cdots + (n^2 +1)n!$$
Since the question is asking about the closed form of its sum, I thought it must be some telescoping series. So I tried to express it in the form of $f(n+1)-f(n)$, but my attempt turned out to be futile, below is my attempt on the question:
since $n^2 + 1 = (n+1)^2-2n$,
$$(n^2 +1)n! = n![(n+1)^2-2n] = n!(n+1)^2-n!2n$$
But it isn't in the form of the telescoping series when I expressed it, because
for $n$ we have $$n!(n+1)^2-n!2n$$
for $n+1$ we have $$(n+1)!(n+2)^2-(n+1)!2(n+1) = (n+1)!(n+2)^2-2(n!(n+1)^2).$$
The terms don't cancel each other... can someone please guide me through the question? perhaps some hints? thanks in advance