I was wondering why for example $\dfrac{1111_b \cdot 111_b}{11_b \cdot 1_b} = 11211_b$. Is there a good explanation for this and is there a name for products like this which have constant digits value independent of base? It also seems to hold with $\dfrac{11111_b \cdot 1111_b \cdot 111_b}{111_b \cdot 11_b \cdot 1_b}$ and other numbers as well.
Here is my general question:
Prove that $$R(m,k) = \frac{ 1^{(m)}_b \cdot 1^{(m-1)}_b\cdots 1^{(m-k+1)}_b}{1^{(1)}_b \cdot 1^{(2)}_b\cdots 1^{(k)}_b} = c_b$$ where $c$ is a constant and $b>2$.