Analyzing powers of $2$ after finding this interesting question, I found some patterns that keep me intrigued, and that can be visualized in the following table:
First Pattern:
Let us denote as $S(2^k)$ the sum of digits of the decimal expansion of $2^k$. Then, as it can be seen in the table, it seems that $S(2^n)=S(2^m)$, with $m\geq n$, only if $m-n=6$. For instance, $S(2^3)=S(2^9)$, $S(2^{10})=S(2^{16})$, $\dots$
Second Pattern:
The number of powers of 2 being digits of $2^k$ seems to follow some kind of palindromic symmetries. For instance, $\{1,3,1\}$, $\{2,3,3,1,3,3,2\}$, $\dots$
Third Pattern (related to first pattern?):
It seems that $S(2^{2n})=3n+1$, and when it is not the case, the digits of the decimal expansion of $2^{2n}$ can be arranged in subsequences such that its sum is $3n+1$. For instance, $2^{2*9}=262144$, and $2+6+2+14+4=28=3*9+1$.
It seems that $S(2^{2n+1})$ has some kind of pattern too, but I have not been able to identify it completely; only that $S(2^{2n+1})=3k+2$ and $S(2^{2m+1})-S(2^{2n+1})=3x$, with $k,x\in \mathbb Z$
I am a bit lost trying to understand why this patterns arise, so any help would be welcomed. Thanks!