$$ 7^x = 2^y \cdot 3 + 1$$
Find all positive $(x,y) \in \mathbb{N}^2$
When I look at this equation $\mod 3$ or $\mod 7$ it does hold - but how can I continue from here?
I know that $7^x -1$ is even so I can write it as: $2k$
$$ 2k = 2^y \cdot 3$$
$2$ does not divide $3$ and the same backwards - so $3 \mid k$ thus $k \in \{3, 6, 9 , \dots \}$ (not including $0$ because then $x=0$ which is not allowed)
Also $2 \mid k$ thus $k \in \{2, 4, 6, 8, \dots \}$
But again, I am stuck with a dead end - I am not sure how to continue from here.. I would appreciate your help, thank you!