If we let $U_1, U_2, U_3,..., U_n$ be uniform (0,1), find $$\mathbb E[\sum_{i=0}^n iU_i^{i-1}]$$which, using the linearity of expectation, gives $$\sum_{i=0}^n \mathbb E[i U_i^{i-1}]$$
Doing this summation gives us $$\Bbb E[U_1^0]+\Bbb E[2U_2^1]+\Bbb E[3U_3^2]+...+\Bbb E[nU_n^{n-1}]$$$$=1+1+1+...$$ Which is equal to $\infty$, or rather equals infinty in the limit $n\to \infty$.
How can an expected value be infinte? How would one give this answer if asked to 'find' the expected value? Does this mean that the expected value does not exist? Or have I miscalculated this - it seems unlikely that a finite sum should give an infinite answer.