I want to find the partial sum formula for: $$ \sum_{j=2}^{x} \csc^2\left(\frac{\pi}{j}\right) $$
I found a similar one, but I don't how to use it here:
Finite Sum $\sum\limits_{k=1}^{m-1}\frac{1}{\sin^2\frac{k\pi}{m}}$
If I try to find approximation by the Fundamental Theorem of Engineering, $$\sin\left(x\right)\approx x$$
Then I get, $$ \sum_{j=2}^{x} \csc^2\left(\frac{\pi}{j}\right) = \sum_{j=2}^{x} \frac{1}{\sin^{2}\left(\frac{\pi}{j}\right)} \approx \sum_{j=2}^{x} \frac{1}{\left(\frac{\pi}{j}\right)^2} $$
Which gives in WolframAlpha:
$$ \sum_{j=2}^{x} \frac{1}{\left(\frac{\pi}{j}\right)^2} = \frac{2x^3 + 3x^2 + x - 6}{6\pi^2} $$
And the graph of it was so close to the original sum that it blew my mind.