I have been playing around with Collatz sequences a lot recently, and so now I want something slightly different but not too different, if you get what I mean.
Solving puzzles online doesn't quite fit the bill and so I came up with this:
Is it possible to always find infinite arbitrarily large positive integer solutions $a,b,c \in \Bbb Z^+$, such that:
$$2^a \,\big | \,3b + 2^c$$
Edit: This was the generalised version of my original question which was actually: $$2^a|3^b+3c+2^d$$
An answer to (Edit: Both these) would be greatly appreciated as my approaches, (modular arithmetic, algebra, graphing) have been quite fruitless. Thanks.
Yes: for instance $(a,b,c)=(k,2^{k-2},k-2)$ for $k\ge 3$ are some solutions. Some others are:
$(a,5\cdot 2^{c},c)$ for any $5\le a\le c+4$;
$(a,21\cdot 2^c,c)$ for any $7\le a\le c+6$;
$\vdots$