A friend of mine recently gave me the follwing diophantine equation ($k, l, etc. \in \Bbb N$) and asked me whether I could solve it, i.e. "find all solutions" (I'm still a high school student, so please bear with me and please suggest improvements regarding this question in case parts of the question should remain unclear):
$$(6k-1)2^{2n-1} = 18l-2$$
The only thing I managed to do though was reforming it to:
$$(6k-1)2^{2(n-1)} = 9l-1$$
Solving linear diophantine equation is no problem and if $n$ is set to a certain number, I would even say it is very obious to find all solutions to the resulting equation, e.g. if $n=1$ then there is a solution at every $k=3m$ and $l=2m$. But if $n$ isn't set I simply can't find an approach to this problem, at least currently. Therefore, my friend and I would really appreciate if someone could help us out on this. Thank you!