I was doing some poking around by extending a math problem I got for homework. I found that if you have any number of only digits of 3, q = 33...3, the smallest number of all 1s, p = 11...1 such that p = 0*mod(q) has to be the number p = 11...1 with exactly 3 times as many 1s as the number q has 3s.
How do I prove this, though?