Show that for every $n$, there exists a number with $0$'s and $7$'s such that $n$ divides it.
My proof goes as follows:
Consider the set of integers $\{10^0, 10^1, 10^2, \cdots, 10^n\}$. It's fairly obvious by $\textbf{PHP}$ that $\exists \text { distinct } x,y ~ \ni ~ n\mid10^x-10^y$. Note that $v_3[10^{\vert x-y\vert}-1]=v_3[\vert x-y \vert]+2$. Hence, $n\mid \frac{10^x - 10^y}{9}$ only if $v_3[\vert x-y \vert]\geq v_3[n]$. Just to ensure this fact, the desired integer be $\boxed{\frac {10^{3^kx}-10^{3^kb}}{9}\times7}$
Is it correct?