I came across a problem where i had to tell the number of divisors of $2^i-1$ which are of the form $2^j-1$. I saw many contestants using the fact that if $i$ is divisible by $j$ then $2^i-1$ is divisible by $2^j-1$. How is that true ? I could not find a proof for this. Please help
$i>j\ge1$
Example for $i=6$ has $3$ factors $1,2,3 \lt 6$
and $2^6-1 =63$ has $3$ factor of form $2^j-1$
$1,3,7$