The polygon circumscribing constant is found by: $$ \prod _3 ^\infty \sec \left( \frac\pi n \right)$$
I am trying to find a proof that this product converges. I know it is equal to:
$$\exp \left( \sum _{3} ^{\infty} \ln\left(\sec\left(\frac\pi n\right)\right) \right)$$
So I just need to show that sum converges. I do not see an easy way to use any of the convergence tests. In particular, I spent way to long trying to integrate this function to no avail.
So what convergence test is useable in this case?
Since $\log(\sec x)=\frac{x^2}2+o(x^3)$,$$\lim_{n\to\infty}\frac{\log\left(\sec\left(\frac\pi n\right)\right)}{\frac1{n^2}}=\frac{\pi^2}2.$$So, since the series $\sum_{n=1}^\infty\frac1{n^2}$ converges, your series converges too, by the comparison test.