The question is pretty much in the title. Euler's Totient function $\varphi(n)$ satisfy the following formula:
$$\varphi(n) =n \prod_{p|n}\left(1-\frac{1}{p}\right)$$
Is it possible through this formula or something else to represent $\varphi(n)$ as an integral?