$L_1 = \{0^k1^n \mid k \equiv n \bmod 3 \}$
This one I assume isn't since it's infinite
$L_2 = \{0^k1^{3k+2} \mid k>0 \}$
This one I assume also isn't regular because it relates on $k$ on both $0$ and $1$, and we can't store the amount of $0$'s we had so far
Am I right? Sorry if I'm mistaken, I'm new in the subject. And how do I prove these to be right/wrong?