how to calculate $$\int_0^\infty \frac{x^{3}}{e^{x}-1} \; dx$$
Be $q:= e^{z}-1 , p:= z^{3}$ , then $e^{z} = 1 $ if $z= 2\pi n i $, so the residue at 0 is : $$\frac{p(z_{0})}{q'(z_{0})} = 2\pi i n ^{3}$$
problem is that this is not symmetric, so how does one find the definite integral?
In general, $$ \begin{align} \int_0^\infty\frac{x^n}{e^x-1}\mathrm{d}x &=\sum_{k=1}^\infty\int_0^\infty x^ne^{-kx}\mathrm{d}x\\ &=\sum_{k=1}^\infty\frac{1}{k^{n+1}}\int_0^\infty x^ne^{-x}\mathrm{d}x\\ &=\zeta(n+1)\Gamma(n+1) \end{align} $$ In the particular case of $n=3$, we get $$ \begin{align} \int_0^\infty\frac{x^3}{e^x-1}\mathrm{d}x &=\zeta(4)\Gamma(4)\\ &=\frac{\pi^4}{90}\cdot6\\ &=\frac{\pi^4}{15} \end{align} $$