Find the sum closed form $$\sum_{k=0}^{n}\arctan{\dfrac{k^4+6k^3+10k^2-k-9}{(k+1)(k+2)(k+3)(k^3+7k^2+15k+8)}}$$
For problems involving sums, the idea is to use trigonometricidentities to write the sum in the form $$\sum_{k=1}^{n}[g(k)-g(k-1)]$$ and I initially considered pairing every two terms up to use the $arctanx+arctany $ trick, but it doesn't work because each arctanarctan term has a different coefficient.