While trying to solve $\int\frac1{\sqrt[4]{1+x^4}}dx$, I got curious and tried substituting other integer values instead of 4. In other words, the following family of integrals: $$\int\frac{1}{\sqrt[n]{x^n+1}}\,dx\qquad,\qquad n\in\mathbb{Z}_{\geq0}$$
eg: $$\int\frac{1}{x+1}=\log(x+1)$$ $$\int\frac{1}{\sqrt{x^2+1}}=\log\left(\left|\sqrt{x^2+1}+x\right|\right)$$ $$\int\frac{1}{\sqrt[3]{x^3+1}}=\dfrac{\ln\left(\left|\left(x^3+1\right)^\frac{2}{3}+x\sqrt[3]{x^3+1}+x^2\right|\right)-2\ln\left(\left|\sqrt[3]{x^3+1}-x\right|\right)-2\sqrt{3}\arctan\left(\frac{2\sqrt[3]{x^3+1}+x}{\sqrt{3}x}\right)}{6}$$ $$\int\frac{1}{\sqrt[4]{x^4+1}}\,dx=\dfrac{\ln\left(\left|\sqrt[4]{x^4+1}+x\right|\right)-\ln\left(\left|\sqrt[4]{x^4+1}-x\right|\right)-2\arctan\left(\frac{\sqrt[4]{x^4+1}}{x}\right)}{4}$$
Just plugging them into integral-calculator.com, it would seem the antiderivative will always be expressable in elementary form as long as the root power (?) is equal to the exponent in the surd. At least up until $n=12$ before the calculator would time out. The expressions quickly become much more complicated from this point on.
However unlikely this may be, I was curious whether it would be possible to derive a general expression for the antiderivatives of this family of integrals. I must say I'm out of my depth at this point, but I just feel like this is an interesting idea and would like to put it out there for the community.