Find:
$$ \int^\infty_0 \frac{1}{(1+x^{2015})(1+x^2)}dx $$
My initial thoughts were to use a trigonometric substitution of $x=\tan(\theta)$ which implies that $ dx= \sec^2(\theta) d\theta$ this transforms our integral into
$$ \int^\infty_0 \frac{1}{(1+x^{2015})(1+x^2)}dx = \int^\frac{\pi}{2}_0 \frac{1}{1+(\tan(\theta))^{2015}} d\theta $$
But I'm having trouble evaluating it after.
I also tried a substitution of $y=\frac{1}{x}$ but that did not get me anywhere either.
Thanks for any help in advance :)