For what $d\in\mathbb{N}$ does the following expression have a finite value?
$$u(d)=\sum_{m=-\infty}^{\infty}\int_0^\infty e^{-t}\left[I_{|m|}\left(\frac{t}{d}\right)\right]^d \;\mathrm dt$$
$I_n(t)$ is a modified Bessel function of the first kind. For the context of the question, in case this is useful, I was attempting to solve the problem 'If $d$ people stand next to each other in a line and play a game where at each step they uniformly randomly choose one person who tosses a fair coin and if it comes up heads then he moves forwards $1$ metre and if tails he moves backwards $1$ metre, then choose another person to do the same; what is the probability $p(d)$ that they will ever be in a line next to each other again?'.
My solution used a similar technique to the method presented here for finding an expression for Polya's random walk constants. I got $p(d)=1-\frac{1}{u(d)}$ (although I'm not 100% sure it's correct), which would mean that for $d$ such that $u(d)$ diverges (since the functions are positive) I would expect $p(d)$ to be $1$, and when $u(d)$ converges I would expect it to be in $[1,\infty)$ giving a legitimate value for $p(d)$. Is this the case, and for what $d$ will $u(d)$ diverge?