I am trying to compute this integral: $$ \int_{0}^{\infty}\prod_{k = 1}^{d}\left(1 - \,\mathrm{e}^{-a_{k}\,t}\right) \,\mathrm{e}^{-t}\,\mathrm{d}t,\quad \mbox{where}\quad a_{k} > 0, \forall\ k. $$
I can compute this just fine for small values $d$, e.g., less than $100$, using a numerical Gauss-Laguerre quadrature. I am having trouble computing this accurately when $d$ gets larger. Any suggestions on how to solve this problem ?.
Let we exploit $\int_{0}^{+\infty}e^{-kx}\,dx=\frac{1}{k}$ by expanding the product:
$$ I(\alpha_1,\ldots,\alpha_d)=\int_{0}^{+\infty}e^{-x}\prod_{k=1}^{d}\left(1-e^{-\alpha_k x}\right)\,dx \\= 1-\sum_{k=1}^{d}\frac{1}{\alpha_k+1}+\sum_{1\leq k_1<k_2\leq d}\frac{1}{\alpha_{k_1}+\alpha_{k_2}+1}-\ldots+(-1)^d\frac{1}{\alpha_1+\ldots+\alpha_d+1}\\=\color{blue}{\int_{0}^{1}\prod_{k=1}^{d}\left(1-x^{\alpha_k}\right)\,dx}$$ the last integral does not have a nice general closed form, but it is easy to approximate through Holder's inequality, since Euler's beta function gives:
$$ \int_{0}^{1}(1-x^{\alpha})^p\,dx = \frac{\Gamma(p+1)\,\Gamma\left(1+\frac{1}{a}\right)}{\Gamma\left(p+1+\frac{1}{a}\right)}.$$