When I was watching Vtuber content, I found this guy has an integral formula in his header of twitter.
$$\int \cfrac{150u^3}{e^{\pi u}-1}du$$
It seemed there is no attempt to Evaluate this integral on the Internet, so I wanted to try it myself.
My Attempt:
Let $x = \pi u$ , so $\cfrac{dx}{du}= \pi$ and $du=\cfrac{dx}{\pi}$.
also, $u=\cfrac{x}{\pi}$.
Rewritten the integral by $x$ and $dx$, We can write:
$$\int \cfrac{150u^3}{e^{\pi u}-1}du = \int \cfrac{150(\cfrac{x}{\pi})^3}{e^{x}-1}\times \cfrac{dx}{\pi}= \int \cfrac{150\cfrac{x^3}{\pi^3}}{\pi\times(e^{x}-1)}dx=\int \cfrac{150x^3}{\pi^4(e^{x}-1)}dx$$ And I stucked here. I also thinking about partial integration, but I have no clue.
How can I Evaluate this from here?