How fast a sequence can grow in $\ell_1$ norm before it diverges in $\ell_2$?
Let $\{a_n\} \in \ell_2(\mathbb{R})$, i.e. such that $\sum_{n=1}^\infty a_n^2 < \infty$, we want to find $\sum_{n=1}^N |a_n| = \Theta(N^{\varepsilon})$ (as $N \to \infty$) and $\varepsilon$ be the largest possible, what is the value of $\varepsilon$?
Some remarks:
- By Hölder inequality, we have a necessary condition that definetely, $$ cN^\varepsilon \le \sum_{k=1}^N |a_n| \le N^{1/2} \left(\sum_{k=1}^N a_n^2 \right)^{1/2} $$ that is $c^2 N^{-(1-2\varepsilon)} \le \sum_{n=1}^N a^2_n$, because the series in $\ell^2$ must converges, we have that $\varepsilon \le 1/2$.
- The sequence $a_n := (n+1)^{\varepsilon} - n^{\varepsilon}$ grows as $N^\varepsilon$ for $0 < \varepsilon < 1/4$, and it satisfies the conditions: $$ \sum_{n=1}^\infty |a_n| = +\infty$$ and $$\sum_{n=1}^\infty a^2_n \le \varepsilon^2 \sum_{n=1}^\infty ((n+1)^{2\varepsilon-2}) \le \zeta(2-2\varepsilon) < \infty$$ where we used Taylor approximation and the fact that the $\zeta(\beta)$ converges as $\beta = 2 - 2\varepsilon > 1$.
Finally, polynomial ''growth'' is the fastest growth possible or exponential (for very low parameters) is possible? (I conjecture that a growth of $\Theta(N^\varepsilon (\ln N)^\gamma)$ is possible by just adding some harmonic sequence to an already polynomial growing sequence, i.e. $\frac{(n+1)^{\varepsilon + \gamma} - n^{\varepsilon + \gamma}}{n^\eta}$ but I'm not so sure).