Let's define a prime number to be considered '$Special $ ' if the number of steps it takes to reach $1$ in the collatz sequence is a perfect square of a prime number.
For example , $13$ could be called ' $Special $ ' since it takes $ 9 $ steps to reach $1$.
When observing such numbers , I found the trend that for higher numbers , If a number is ' $Special $ ' , then it is very likely that the ' $Special $ ' numbers following it also take same number of steps .
For example , between $1258837$ and $1551577$ , we have $166$ consecutive ' $Special $ ' numbers which takes $49$ steps to reach to 1.
Why is there regularity between number of steps of such number ? Also is there a prime number whose square is not a number of step of such numbers ?
P.S: Can anyone suggest how can I show that data on the website ? (the data is in the python IDLE output and is quite big.)