Assuming $L$ is defined as follows:
$$ L = \{ 0^n1^{n^2} | n \ge 0 \} $$
I'm trying to either prove/disprove whether $L$ is CFL or not.
My intuition tells me its not CFL since I cannot express the power $n^2$ by itself using CFL, but I'm having trouble proving so using the pumping lemma. Also, I failed to create any such PDA (which my intuition says its impossible).