Calculate the determinant
$$\begin{align*}D[n]=\begin{array}{cccccc} b & b & b & \dots & b & a \\ b & b & b & \dots & a & b \\ \vdots & \vdots & \vdots & & \vdots & \vdots \\ b & b & a & b & b & b \\ b & a & b & b & b & b \\ a & b & b & b & b & b \\\end{array}\end{align*}$$
$$\begin{align*}\left(\begin{array}{ccccc} b & b & b & b & a \\ b & b & b & a & b \\ b & b & a & b & b \\ b & a & b & b & b \\ a & b & b & b & b \\\end{array}\right)\end{align*}$$
I calculated the value of $n=2$, and $n=3$, $(a-b)^2(a+2 b)$
I guess the result is $(a-b)^{n-1}(a+(n-1)b)(-1)^{n-1}$
So, I need a prove by induction? how to do that?
I'm not sure whether this is easier to do than think out one new method.