$A$ = $\begin{vmatrix} 1 & 2 & 3 &4\\ 5 & 6 & 7 &8\\ 6 & 8 & 10 &12\\ 151&262&373&484 \end{vmatrix}$
After some row operation $(R_2=R_2-5R_1),(R_3=R_3-6R_1),(R_4=R_4-151R_1)$ and simplifying we have
$A$ = $\begin{vmatrix} 1 & 2 & 3 &4\\ 0 & -1 & -2&-3\\ 0 & -1 &-2 &-3\\ 0&-1&-2&-3 \end{vmatrix}$ and I get rank $2$ from here
I always convert given form into row echelon form to find rank. But Is there any quick way to find rank? Row echelon form is sometimes time-consuming.