Would just like to preface this with, I do not know if this is solveable or not as its not homework its just something I was doing for fun while looking at the collatz conjecture so I don't expect anyone to solve it and wouldn't want anyone to waste their time on this question.
I am trying to show that
$$\forall_{x\in Z_+}{ \exists_{n \in Z} : 2(x+1)(\frac{3}{2})^n - 2 = 2^k}$$ Below is the same expression just in a different form.
$$ \frac{(x+1)3^n - 2^n}{2^{n-1}} = 2^k $$ In other words, for every positive odd integer value of x, I must show that there exists a value of n such that the expression is a power of 2.
My thoughts moving forward from here are to try and find an integer value of n in terms of x that allows me to write the expressions in terms of a power of 2 that is easier said than done however so my main question is, are there any "simple" techniques and/or known methods that I am missing so far in order to progress or have I reached the bit that makes it unsolved. Thank you.
Sorry if this was the wrong place to ask this.
Edit : x will always be odd.
This doesn't seem possible in general. If $x$ is even and $x+1$ is not a multiple of $3$, then the only possible choices for $n$ that make the left-hand side an integer are $n=1$ and $n=0$. In other words, in this case one of the two numbers $2x$ and $3x+1$ would need to be a power of $2$, and this won't always be the case. So $x=6, 10, 12, 14, 18, 20, 22, 24, 26, 28, 30,\dots$ are all counterexamples.