This question arises from below:
Initially you are given a circle $C_2$ with radius $r=1$. You construct the regualr 3-gon (equilateral triangle) with its incircle as $C_2$, and its circumscribed circle $C_3$. Then use $C_3$ as incircle and repeat this process, so you can construct the regualr $n$-gon with its circumscribed circle $C_n$. Does the limit of the radius of $C_n$ exist as $n\to\infty$ ? If it exists, what is the value?
My attempt
I have worked out that the radius of $C_n$ is
$$r_n=\prod_{i=3}^n\sec\frac{\pi}{i}$$
Since $\lim_{n\to\infty}\sec\frac{\pi}{n}=1$, I concluded that $\lim_{n\to\infty}\frac{r_{n+1}}{r_n}=1$, and the limit of $r_n$ exists. But I cannot find its limiting value. MATHEMATICA says $r_{10^4}\approx8.69574$. Do you have any suggestions on how to proceed?
Thank you in advanced!