Find the value of the Product $$P=\prod_{k=1}^{\infty} \frac{2k(2k+2)}{(2k+1)^2}$$
we have
$$P=\prod_{k=1}^{\infty}\left(1-\frac{1}{(2k+1)^2}\right)$$ Taking $ln$ on both sides we get
$$\ln(P)=\sum_{k=1}^{\infty}\ln\left(1-\frac{1}{2k+1}\right)+\sum_{k=1}^{\infty}\ln\left(1+\frac{1}{2k+1}\right)$$
Is there any way to continue further?
By the Weierstrass product for the cosine function $$ \cos(z) = \prod_{m\geq 0}\left(1-\frac{4z^2}{(2m+1)^2\pi^2}\right)\tag{1} $$ hence $$ \prod_{k\geq 1}\left(1-\frac{1}{(2k+1)^2}\right) = \lim_{z\to 1}\frac{\cos(\pi z/2)}{1-z^2}\stackrel{\text{de l'Hospital}}{=}\lim_{z\to 1}\frac{-\frac{\pi}{2}\sin(\pi z/2)}{-2z} = \color{red}{\frac{\pi}{4}}\tag{2}$$ and the same conclusion also follows from Wallis' product.