Perhaps this is a silly question but how can I simplify this to find the sum of $N$ terms?
$$\sum_{n=1}^N \frac{2n - 1}{n(n+1)(n+2)}$$
I know how to find the sum of cubes and squares etc but how with the denominator like that? Any help would be appreciated thanks.
The questions in the book have all involved finding things like:
$$\sum_{n=1}^N {(3n^3+n^2+n)}$$
This is the only one with the cubes and squares in the denominator

$\sum\limits_{n=1}^{N}\dfrac{2n-1}{n(n+1)(n+2)}=\sum\limits_{n=1}^{\infty}\dfrac{2n-1}{n(n+1)(n+2)}-\sum\limits_{n=N+1}^{\infty}\dfrac{2n-1}{n(n+1)(n+2)}=\dfrac{3}{4}-\dfrac{4N+3}{2N^2+6N+4}$