Consider a sequence of positive numbers $(a_i)_{i \in \mathbb{N}}$ such that for some $\gamma > 0$ we have $$ \sum_{i=1}^{\infty} a_i^2 i^{2\gamma} < \infty. $$ I was wondering how the tail sum $\sum_{i=n}^{\infty} a_i^2$ behave asymptotically, for $n \to \infty$.
As a heuristic, consider $a_i = i^{-\gamma - \frac{1}{2} - \epsilon}$ for some $\epsilon > 0$. We know this satisfies the assumption and you can show that $\sum_{i=n}^{\infty} a_i^2 \approx n^{-2\gamma - 2\epsilon}$ by comparing it to $\int_n^{\infty} x^{-2\gamma - 1 - 2\epsilon} dx$. So intuitively I would think that for general $(a_i)$, the tail sum can be bounded by $c\ n^{-2\gamma}$ for some $c > 0$.
Just using Cauchy-Schwartz, gives us $$ \sum_{i = n}^{\infty} a_i^2 = \sum_{i=n}^{\infty} a_i^2 i^{\gamma} i^{-\gamma} \leq \sqrt{\sum_{i=n}^{\infty} a_i^4 i^{2\gamma} \sum_{i=n}^{\infty} i^{-2\gamma}}. $$ We know the first sum is finite (since $a_i \to 0$), and the second sum behaves as $\sum_{i=n}^{\infty} i ^{-2\gamma} \approx n^{-2\gamma + 1}$, again using the integral trick. Therefore the tail behaves as $n^{-\gamma + 1/2}$. This doesn't seem to be the best possible.
You could also write $$ \sum_{i=n}^{\infty} a_i^2 = \sum_{i=n}^{\infty} a_i i^{\gamma} a_i i^{-\gamma} \leq \sqrt{\sum_{i=n}^{\infty} a_i^2 i^{2\gamma} \sum_{i=n}^{\infty} a_i^2 i^{-2\gamma}}. $$ Again, the first term is finite, and it seems that the second sum should have the desired asymptotic decay (when considering it with $a_i = i^{-\gamma - \frac{1}{2} - \epsilon}$ for example).
However I don't see how I show this last part in general. What am I missing?