It is well-known (I learned about this first in a video by Papa Flammy) that $\sum_{n=2}^\infty (\zeta(n)-1) = 1$. This result on its own is quite remarkable, but it also implies convergence of the infinite product $$P = \prod_{n=2}^\infty \zeta(n).$$ I somehow got invested in this. Upon trying to work out the exact value of $P$, I found that $$P = \sum_{n=1}^\infty \frac{c_2(n)}n,$$ where $c_2$ is the multiplicative continuation of $c_2(p^e) := b_2(e),$ where $b_2(e)$ is the amount of partitions of $e$ not containing $1$, i.e. $$b_2(n) = \# \{(a_2, a_3, a_4, \dots ) \in \mathbb N_{\geq 0}^* | 2a_2 + 3a_3 + \dots = n\}.$$
Furthermore, the function $$Q(s) = \prod_{n=1}^\infty \zeta(ns),$$ converges compactly on $\Re s > 1,$ and one has $Q(s) = \sum_{n=1}^\infty c_1(n) n^{-s}.$ Here again $c_1(p^e) = b_1(e),$ the amount of partitions of $e$ (this time including 1). Also, $Q$ has Residue $$\text{Res}_{s=1} (Q(s)) = P.$$
Doing some numerical analysis with python I found that $P \approx 2.29$, but i would love to know if there is some exact form. Does anyone know about such a result?