I want to determine for which $p,k$ do we get that $e^{-|x|}$ belong to $W^{k,p}(\mathbb{R}^{n})$.
I know that $$e^{-|x|}\in W^{k,p}(\mathbb{R}^{n})\iff \int_{\mathbb{R}^{n}}|\frac{\partial^{\alpha}}{\partial x^{\alpha}}e^{-|x|}|^{p}\,dx\qquad\text{for all }|\alpha|\le k.$$
However, I am having trouble determining the integral due to the absolute value signs. The integrand appears to be symmetric so I presume that means we can write something like
$$\begin{aligned}\int_{\mathbb{R}^{n}}|\frac{\partial^{\alpha}}{\partial x^{\alpha}}e^{-|x|}|^{p}\,dx&=2\int\left(\frac{\partial^{\alpha}}{\partial x^{\alpha}} e^{-x}\right)^{p}\,dx \\ &=2\int((-1)^{\alpha\cdot p}e^{-px})\,dx\end{aligned}$$
but I'm not really sure? Do I have to convert to spherical coordinates, perhaps?