Suppose that the following holds for a rational matrix $A$ and a vector $v$.
\begin{align*} vA &\neq v \\ vA^2 &\neq v \\ &\vdots \\ vA^{k-1} &\neq v \\ vA^k &= v \end{align*}
If A is a rotation matrix of dimension $k \times k$, then this is possible.
For example for $v=[1~ 0 ~0]$ and $A= \left [ \begin{matrix} 0 &1& 0\\ 0 &0& 1\\ 1 & 0 & 0 \end{matrix} \right ]$, $vA\neq v$, $vA^2 \neq v$ and $vA^3=v$.
Can we find a $ n \times n $ matrix satisfying the above equations where $n<k$? Or is it impossible.
The companion matrix $A$ of the 6th cyclotomic polynomial $\Phi_6(x) = x^2 - x + 1$ is a $2\times 2$ matrix that has integer entries and satisfies $A^6=I$, $A^j\ne I$ for $j<6$: $$ A=\pmatrix{0&-1\\1&\hphantom- 1} $$
In general, the companion matrix $A$ of the $k$-th cyclotomic polynomial is an $n\times n$ matrix with integer entries such that $A^k=I$, $A^j\ne I$ for $j<k$. Here $n=\phi(k) < k$.