Below table shows, representation in base $2$ for $3^n$
$$ 3^{00}=000000000000000000001\\3^{01}=000000000000000000011\\3^{02}=000000000000000001001\\3^{03}=000000000000000011011\\3^{04}=000000000000001010001\\3^{05}=000000000000011110011\\3^{06}=000000000001011011001\\3^{07}=000000000100010001011\\3^{08}=000000001100110100001\\3^{09}=000000100110011100011\\3^{10}=000001110011010101001\\3^{11}=000101011001111111011\\3^{12}=010000001101111110001\\3^{13}=110000101001111010011$$
Observation on column from right side
First column shows only $\{1\}$ in repeated pattern, May we call 'prefect symmetry'
Second column shows $\{0,1\}$ in repeated pattern
Third column shows $\{0\}$ in repeated pattern
Fourth column shows $\{0,0,1,1\}$ in repeated pattern
But from fifth column don't show repeated pattern
Question
How to show, 5th column and greater than 5th column don't have repeated pattern?
All the columns have a repeated pattern.
We can prove that every column is periodic. We do this by showing that the last $m$ columns are jointly periodic for every $m \geq 1$. It should be clear that if each of the last $m$ columns is periodic with periods $p_1, p_2, \dots, p_m$, that they are jointly periodic with period $\mathrm{lcm}(p_1,p_2, \dots,p_m)$, where $\mathrm{lcm}$ is the least common multiple. Also, if the last $m$ columns are jointly periodic, each column is periodic (with period dividing the joint period).
The last $m$ columns are the least nonnegative member of the congruence class $3^n$ modulo $2^m$. There are only $2^m$ such congruence classes. Consequently, there are only $2^m$ possible different values in the last $m$ columns and so after $2^m+1$ powers of $3$ there is at least one repetition in the last $m$ columns. If a value in the last $m$ columns is ever repeated, say $3^a$ and $3^b$ have the same last $m$ columns, then the sequence of values between $3^a$ and $3^b$ repeats forever because $3^a\cdot 3$ has the same last $m$ columns as $3^b \cdot 3$, and so on.
This argument allows an initial portion of the powers of $3$ to not be repeated, followed by a forever repeating part. We now show that the initial, not repeated portion is empty. Note that $3$ and $2^m$ share no prime factors. This means $\gcd(3,2^m) = 1$. By the extended Euclidean algorithm, we can find integers $u$ and $v$ such that $3 u + 2^m v = 1$. This also says $3u$ is congruent to $1 = 3^0$ modulo $2^m$. Suppose $3^a$ and $3^b$, $0 < a < b$ are the first pair of powers of $3$ that repeat modulo $2^m$. Then $3^{a-1} = 3^a \cdot u$ modulo $2^m$ is congruent to $3^{b-1} = 3^b \cdot u$ modulo $2^m$ (by contradiction, we're done, but the constructive version is nearly done also...) and we can walk both of these back to $3^0$ congruent to $3^{b-a}$. Thus, $3^0$ is the first member of the first period.