$$ 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!
Let $x>2$ and $y>4$.
Rewrite our equation in the following form: $$49(7^{x-2}-1)=48(2^{y-4}-1),$$ which says that $2^{y-4}-1$ is divisible by $49$,
which says that $y-4$ is divisible by $21,$ which says $2^{y-4}-1$ is divisible by $2^{21}-1=49\cdot127\cdot337,$
which gives that $7^{x-2}-1$ is divisible by $337$,
which says $x-2$ is divisible by $56$ (thanks to dear Will Jagy).
and from here $7^{x-2}-1$ is divisible by $7^{56}-1=2^6\cdot3\cdot5^2\cdot29\cdot113...,$
which gives $48(2^{y-4}-1)$ is divisible by $64$, which is a contradiction.
Id est, our equation has no natural solutions for $x>2$ and $y>4$.
Can you end it now?