Say we have the series $a_{n}>0$. Let's define $b_{n}=\int_{0}^{a_{n}+1}x^{n-1}dx$. Therefore:
a. $\liminf(nb_{n})\geq1$.
b. If $b_{n}$ converges then $\limsup na_{n}\leq 1$
c. If $\liminf a_{n}\ > 0$ then $\lim b_{n}=\infty$
d. If $\limsup b_{n}< \infty$ then $\lim a_{n}=0$
Now after calculations, I got that $b_{n}=\frac{(1+a_{n})^{n}}{n}$. I feel like $a$ must be true, since $nb_{n}=(1+a_{n})^{n}$ and $a_{n}$ is always positive, so $nb_{n}$ is lower bounded by 1. But are there any other right answers? And what's the right way to approach this?