If $$(6-12x+12x^2)^n =\sum\limits_{r=0}^{2n}a_{r}x^r$$ then prove that $$a_{r} = (-1)^r3^n2^r\left[{2n \choose r} + {n \choose 1}{(2n - 2) \choose r} + {n \choose 2}{(2n-4) \choose r} + \cdots \right]$$
I tried to expand the binomial by grouping the first two terms as one term and the third term as second term. $$ \begin{split} (6-12x+12x^2)^n & = \big((6-12x)+12x^2\big)^n \\ &= (6-12x)^n + {n \choose 1}(6-12x)^{(n-1)}12x^2 \\ &\quad+ {n \choose 2}(6-12x)^{(n-2)}\big(12x^2\big)^2 + {n \choose 3}(6-12x)^{(n-3)}\big(12x^2\big)^3 + \ldots + {n \choose n}\big(12x^2\big)^n. \end{split} $$ Then I extracted the power of $x^r$: $${n \choose r}6^{n-r}(-12)^r + {n \choose 1}{n-1 \choose r-2}6^{n-r+1}(-12)^{r-2} + {n \choose 2}{n-2 \choose r-4}6^{n-r+2}(-12)^{r-4} + \ldots $$ After this step I was clueless how to proceed to achieve the right hand side of equality and conclude the proof.
Even if we were not given the value of the $a_r$s, we could discover it (and thereby prove it), by expanding $(6-12x+12x^2)^n$ with two consecutive uses of the binomial theorem, and a change of the order of summation: $$\begin{align}(6-12x+12x^2)^n&=3^n\left(1+(2x-1)^2\right)^n\\&=3^n\sum_{k=0}^n\binom nk(2x-1)^{2(n-k)}\\&=3^n\sum_{k=0}^n\binom nk\sum_{r=0}^{2(n-k)}\binom{2(n-k)}r (2x)^r(-1)^{2(n-k)-r}\\&=\sum_{r=0}^{2n}a_rx^r \end{align}$$ with $$a_r=3^n(-2)^r\sum_{k=0}^n\binom nk\binom{2(n-k)}r.$$
Note that all along these calculations, the lower and upper bounds in the sums were actually superfluous. We could as well write $\sum_{k\in\Bbb N}$ and $\sum_{r\in\Bbb N}$, with the convention that $\binom pq=0$ if $q>p$.
More generally, you can use this method to prove that $$((ax+b)^2+c)^n=\sum_{r=0}^{2n}a_rx^r$$ with $$a_r=b^{2n}\left(\frac ab\right)^r\sum_{k=0}^n\binom nk\binom{2(n-k)}r\left(\frac c{b^2}\right)^k.$$