Assume $n=0$ for $19^{n}-4^{2n}$
Just going to do some simplification first: $19^{n}-4^{2n}\implies19^{n}-16^{n}$ and if $n=0$ then $19^{0}-16^{0}$ then it is zero which is obviously divisible by 3.
Now for the inductive hypothesis $19^{n}-16^{n}\mod{3}=0$
So now I show it for the case $n+1$ and one gets: $19^{n+1}-16^{n+1}\implies19^{n}\cdot19-16^{n}\cdot16$ but from here how do I show divisibility by 3?