I'd like to numerically evaluate the following integral using computer software but it has a singularity at $x=1$:
\begin{equation} \int_1^{\infty} \frac{x}{1-x^4} dx \end{equation}
I was thinking of a variable transformation, rewriting the expression, or something of a kind. One of my attempts was to do differentiation under the integral sign, but I only got so far:
\begin{equation} I(b) = \int_1^{\infty} \frac{x}{1-x^4}e^{-bx} dx \end{equation}
where setting $b=0$ gives the original expression. Differentiating w.r.t. $b$ gives
\begin{equation} I'(b) = -\int_1^{\infty} \frac{x^2}{1-x^4}e^{-bx} dx = \int_1^{\infty} \frac{1}{1+x^2}e^{-bx} dx - \int_1^{\infty} \frac{1}{1-x^4}e^{-bx} dx \end{equation}
It remains to integrate the two terms w.r.t. $x$ and then $b$, but they are not standard integrals.
Is there a better, faster, or easier way that I'm not thinking of?
The integral is $-\infty$ because of the pole at $1$. To see this, factor
$$1 - x^4 = (1 - x)p(x)$$
where $p(x)$ is a polynomial which doesn't vanish at $1$. Then near $x = 1$ the integrand is well approximated by $$\frac 1 {p(1)} \frac 1 {1 - x}$$
which is non-integrable.