When numbers of this form have an even number of digits they are divisible by 11. I have noticed the pattern below for 19 where L is the number of digits, but is there a way to prove this more rigorously? What other factors might numbers of this form have which occur in a regular pattern?
L=15
133333333333331
=19*7017543859649
L=33
133333333333333333333333333333331
=19*701754385964912280
7017543859649
L=51 133333333333333333333333333333333333333333333333331
=19*701754385964912280
701754385964912280
7017543859649
L=69 133333333333333333333333333333333333333333333333333333333333333333331
=19*701754385964912280
701754385964912280
701754385964912280
7017543859649
L=87 133333333333333333333333333333333333333333333333333333333333333333333333333333333333331
=19*701754385964912280
701754385964912280
701754385964912280
701754385964912280
7017543859649
L=105 133333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333331
=19*701754385964912280
701754385964912280
701754385964912280
701754385964912280
701754385964912280
7017543859649
Note that $$ 3 \cdot \overbrace{13\cdots31}^L = (10^{L+1} - 1) - 6(10^L + 1) = 10^{L+1} - 6\cdot 10^L - 7\\ = 10\cdot 10^{L} - 6\cdot 10^L - 7 = 4\cdot 10^L - 7. $$ So, $\overbrace{13\cdots31}^L$ is a multiple of $19$ if and only if $4\cdot 10^L - 7$ is a multiple of $19$, which is to say that $$ 4 \cdot 10^L \equiv 7 \pmod{19} $$
Multiplying both sides by $5$ (mult. inverse of $4$) yields $$ (20) \cdot 10^L \equiv 35 \pmod{19}\\ 10^L \equiv -3 \pmod{19}.\\ $$ From here, it suffices to note that $18$ is the smallest positive value of $L$ for which $10^L \equiv 1 \pmod{19}$, and $10^{14} \equiv -3 \pmod{19}$.