I want to show that the following language is not context-free:
$$\{a^nb^m\mid0\leq n\leq m^2\}$$
I tried the word $w=a^kb^k$, but it does not work, because I can't show that for every possible partition $w=uvxyz$ (with the conditions of the context-free-pumping-lemma), an $i$ exists that the number of $a$'s are more than $k^2$. The problem is, that the number of $b$'s is growing as well.
Every word I tried seems to have this problem. Do you know a word, which might work?
Thanks in advance.