I have bumped into the following integral, which Mathematica is apparently not able to solve. I have tried a couple of change of variables and a series expansion for $x$ close to $1$, but without much success. I am interested in a closed-form solution if existent: it doesn't look as harmful as it might turn out to be, though...
$$ I(c,\xi)=\int_1^\infty\mathrm{d}x\ \mathrm{e}^{-cx}x^{\frac{\xi -1}{\xi }} \left(x^{1/\xi }-1\right)^{\xi }\ , $$ for $c,\xi>0$ (and $\xi$ not an integer in general). Thanks for your help folks.
Hint:
For integer $\xi$,
$$\left(x^{1/\xi}-1\right)^\xi=\sum_{k=0}^\xi\binom \xi k(-1)^kx^{k/\xi}$$
so that
$$I(c,\xi)=\sum_{k=0}^\xi\binom \xi k(-1)^kc^{-(k-1)/\xi-1}\Gamma\left(\frac{k-1}\xi+2,c\right).$$
You can't generalize to fractional $\xi$ because of the summation, but interpolation on $\xi$ might yield good approximations.