It is said that no consecutive same number at all.Then , if we talk about $1's$ , then $111$ or $11$ is forbidden ,right ? Well, it is suggested to use inclusion-exclusion method , it is okey but a little cumbersome . if you want a shortcut , i will recommend you a very powerful method.You can easily solve any question in this type with this method.
When we pause on your question again , it is brefily asked that how many arrangements there are where there is not any consecutive same number.So , we are looking for the cases where all same numbers are separate.
To solve this messy process , i will use analytic combinatorics techniques. In analytic combinatorics , we call such arrangements as Smirnov or Carlitz words.I am putting a link for you link of the suggested book You can find detaily explanation here about my method , but i will not get in explanation .
Before , i start my solution to prevent confusions in my method. I want to name the numbers as letters such that $1,2,3,4$ will be represented by $A,B,C,D$ , respectively. So , our question is the same as how many arrangements are there where no same letter are adjacent. Then , lets start..
A generating function for the number of Smirnov words over an n-ary alphabet is given by $$\begin{align*}
\left(1-\frac{nz}{1+z}\right)^{-1}
\end{align*}$$
Here we consider an alphabet $\mathcal{K}=\{A,B,C,D\}$ with $n=4$ letters. Using $[z^k]$ to denote the coefficient of $z^k$ of a series we calculate
\begin{align*}
&\color{green}{[A^3B^2C^3D^2]\left(1-\sum_{a\in\mathcal{V}}\frac{a}{1+a}\right)^{-1}}\\
&\qquad=[A^3B^2C^3D^2]\sum_{j=0}^{\infty}\left(\sum_{a\in\mathcal{V}}\frac{a}{1+a}\right)^j\\
&\qquad=[A^3B^2C^3D^2]\sum_{j=4}^{10}\left(\sum_{a\in\mathcal{V}}\frac{a}{1+a}\right)^j\\
&\qquad=[A^3B^2C^3D^2]\sum_{j=4}^{10}\left((A-A^2 +A^3 )+\left(B-B^2 \right)\right.\\
&\qquad\qquad\qquad\qquad\qquad\qquad\left.+(C-C^2 +C^3 )+(D-D^2 )\right)^j\\
&\qquad=24- 360+2580-10920+28000-40320+25200\\
&\,\,\color{red}{\qquad=4,204}
\end{align*}
I am putting a link for calculating generating functions CALCULATION LINK