Is there a convenient way to write Viète's formula $\displaystyle \frac2\pi= \frac{\sqrt2}2\cdot \frac{\sqrt{2+\sqrt2}}2\cdot \frac{\sqrt{2+\sqrt{2+\sqrt2}}}2\cdots$ using sigma and/or pi notation
a) without recursive notation;
b) even with recursive notation?
As many ways as possible would be appreciated. Thanks in advance!
The RHS can be rewritten as $$\prod_{k=2}^{\infty}\cos \left(\frac{\pi}{2^k}\right)$$
Maybe there's no recurrence relation since $\pi$ is a transcendental number.