For $m \ge 1$, define $a_{m}(n)$ as the following,
$a_{m}(1) = m$,
$a_{m}(n + 1) = 2 a_{m}(n).$
Consider the set $X_m = \{ a_{m}(n) | a_{m}(n)$ with all even digits$\}$.
For example,
$X_1 = X_2 = \{ 2, 4, 8, 64, \cdots \}$,
$X_3 = X_6 = \{ 6, 24, \cdots \}$,
$X_4 = \{ 4, 8, 64, \cdots \}$,
$X_5 = \{ 20, 40, 80, 640, \cdots \}$,
$X_7 = \{ 28, 224, \cdots \}$.
Is $X_m$ finite set for all $m$?
P.S.
This(Is 2048 the highest power of 2 with all even digits (base ten)?) is in the case of $m = 2$.