Question: I am hoping to analytically continue the function:
$F(n) = \prod_{k=1}^{n-1} \sin(\frac{\pi k}{n})^{n-k}$
to $n=1/2$. My understanding is that means I will need a closed form for this product. What is a closed form of the above product? (Or are there other methods for performing the analytic continuation without having a closed form?)
Attempt: A similar product satisfies the identity
$\prod_{k=1}^{n-1} \sin(\frac{\pi k}{n}) = n 2^{1-n}$.
A proof of the above identity is given in another post (Prove that $\prod_{k=1}^{n-1}\sin\frac{k \pi}{n} = \frac{n}{2^{n-1}}$). I have gone through the proofs given there and tried to extend the techniques used to my case, but no luck so far.
Any help is appreciated - a full solution, or just suggestions of theorems or related identities which may be of use.