I'm finding a closed form to $\sum^{n}_{k=1} \frac{k}{(k+1)!} (n \leq 1) $ (in a environment of induction and recurrence)
I've been trying to solve it without success, can anybody help me (?)
The last thing I've tried to do is write the expression as a Non-Homogeneous Linear Recurrence:
$ f(1) = \frac{1}{2} $
but, actually I have no idea of how to attach it. $ f(n+1) = f(n) + \frac{1}{(n+2)n!} $
It is a telescopic series: $$\sum_{k\geq 1}\frac{k}{(k+1)!}=\sum_{k\geq 1}\frac{(k+1)}{(k+1)!}-\sum_{k\geq 1}\frac{1}{(k+1)!}=\sum_{k\geq 1}\left(\frac{1}{k!}-\frac{1}{(k+1)!}\right)=\color{red}{1}$$ since: $$ \sum_{k=1}^{N}\frac{k}{(k+1)!} = 1-\frac{1}{(N+1)!}.$$