From Hogg & Tanis, 8th ed., p. 291:
Let $X_1, X_1, \dots X_n$ by a random sample of size $n$ from the normal distribution $N(\mu, \sigma^2)$. Calculate the expected length of a 95% confidence interval for $\mu$, assuming that $n = 5$ and variance is (a) known, (b) unknown.
For (a), I let $L = 2z_{\alpha / 2}(\sigma / \sqrt{n})$. Since everything is constant, $E[L] = L$; just plug in all the numbers and out comes an expression in terms of $\sigma$.
For (b), though, I'm not as sure. I let $L = 2t_{\alpha / 2}(n - 1)\cdot(S / \sqrt{n}) = 2t_{0.025}(4)\cdot(S / \sqrt{5})$. Then $E[L] = \frac{5.552}{\sqrt{5}}E[S]$. By an earlier result (to which a hint for this question refers),
$$E[S] = \frac{\sigma}{\sqrt{n-1}}\cdot\frac{\sqrt{2}\Gamma(n/2)}{\Gamma((n-1)/2)}$$
Plugging in all the relevant values, I get
$$E[L] = \frac{4.164\sqrt{\pi}}{\sqrt{10}}\sigma$$
which looks a bit like the previous result. The result for (a) makes sense to me because $\sigma$ is known; plug in $\sigma$ and out comes the length of the interval. For (b), though, $\sigma$ is unknown. So if this is correct how would that form of $E[L]$ be at all informative? Can anyone offer any intuition on what's going on here?