I'm looking for a continuous random variable with the following properties
- It is not bounded towards $+\infty$.
- The expected value of the maximum of x-many draws out of that random variable has a closed-form solution.
The more standard and well-known it is, the better. I have no idea how to perform this search. The first property is immediately obvious. I've tried looking at Normal and Pareto, and compute
$$\int x F(j)^{x-1} F'(j) j dj$$
where $F(j)$ is the CDF of the RV, and $x$ denotes the number of draws. In both cases, this integral became quite messy (See here for a question regarding Pareto).
What is a recommended way of finding such a RV? Is there perhaps an obvious candidate?