Let $X$ be a bounded random variable, so that $|X| \leq R$. Suppose that you know $E[|X|^j]$, for $j \leq k$. Is there any way to obtain an upper bound on $E[ |X|^{k+1}]$ that is better than the worst-case, i.e., $E[ |X|^{k+1}] \leq R \cdot E[|X|^k]$
The context is the following: I can sample $X_1, X_2, ..., X_n$ and estimate $E[|X|^j]$, for $j \leq k$. I can say something like "with probability at least $1-\delta$, we know that $E[|X|^j] <= \frac{1}{n} \sum_{i=1}^n |X_i|^j+ {\rm{error}}(j)$ for all $j \leq k$." I can't do this for all $j > k$ because then I need to keep paying the probability cost of these finite sample bounds. So I want to have an upper bound on the $(k+1)^\text{th}$ moment as well that's more efficient than just the worse case scenario. Any ideas appreciated!