I have this language: $L = \{a^{n+2} b^m a^{2n} b^{3n}\mid n,m >=0 \}$ and I am trying to prove that it is not CFL. I assumed that my word is $a^{p+2} b^m a^{2p} b^{3p}$ (where $p$ is the pumpung length) and I applied the pumping lemma. I can find a contradiction for every case except for the case when the part that I am pumping is only $b$'s (from $b^m$). What would be the best choice of the word for pumping lemma?
I've already read some questions here that are similar to this one, but this kind of combination is diferent from those. First, third and fourth terms are in a relation here despide the examples where are other kind of relations.