I recently read and immediately loved Euler's solution to the Basel problem. In essence, he took the polynomial on the LHS of the below equation and equated it to the infinite product of its factors by noting that the polynomial is just $\frac{sin(x)}{x}$, and that $sin(x)$ has roots at integer multiples of $\pi$.
$$1 - \frac{x^2}{3!} + \frac{x^4}{5!} -... = (1-\frac{x^2}{\pi^2})(1-\frac{x^2}{4 \pi^2})...$$
You can then expand and equate the $x^2$ term to find the solution to the zeta function of $2$. This part makes sense to me, but the article then stated that he further expanded the product to find (in theory) all even values of the zeta function.
I was trying to do this myself to find the solution to the zeta function of $4$, but have thus far been unsuccessful. I tried expanding further on the RHS, but didn't end up with inverse fourth power terms like I wanted. I also tried multiplying both sides by the infinite product $(1+\frac{x^2}{\pi^2})(1+\frac{x^2}{4 \pi^2})...$ to get the desired RHS, but the LHS seemed to get quite messy in the process.
I would greatly appreciate some help!