Calculate the volume bounded by the surface $x^n + y^n + z^n = a^n$ $(x>0,y>0,z>0)$.
$$\iiint\limits_{x^n+y^n+z^n \le a^n \\ \ \ \ \ \ \ x,y,z > 0}\mathrm dx~ \mathrm dy ~\mathrm dz = \begin{bmatrix}x = r\cos\varphi\sin\psi \\ y = r\sin\varphi \sin\psi \\ z = r\cos\psi\end{bmatrix} = \iiint\limits_{r^n \le a^n} \underbrace{r^2 \sin \psi}_{J} ~\mathrm d\varphi ~\mathrm d\psi ~\mathrm dr =\\= \int_0^a r^2\mathrm dr \int_0^{\pi/2}\mathrm d\varphi \int_0^{\pi/2}\sin\psi~ \mathrm d\psi$$ Am I going right? I'm not sure about the bounds of the last three integrals.
For even $n$ the graph looks like the following:

For odd $n$ the first quadrant is alike.
$x^n+y^n+z^n$ is not the same as $r^n$, and I suspect that transforming to spherical or cylindrical coordinates will just make this problem more gross.
These shapes are a specific type of superellipsoid (https://en.wikipedia.org/wiki/Superellipsoid) You can find an answer about the formula for their volumes here: https://math.stackexchange.com/a/261652/908546