Modifying the Collatz conjecture so that when $n$ is odd: $3n + x$ and where $x$ is odd and $x > 1$.
For any odd $x$, starting the sequence at $n = x$ will always lead to a loop:
$x \to 3x + x = 4x \to 2x \to x$
But will there always be sequences that lead to infinite loops where $n \neq x$ (for every $x > 1$)?
Example, $x=17$, $n=27$:
$27,98,49,164,82,41,140,70,\underline{35},122,61,200,100,50,25,92,46,23,86,43,146,73,236,118,59,194,97,308,154,77,248,124,62,31,110,55,182,91,290,145,452,226,113,356,178,89,284,142,71,230,115,362,181,560,280,140,70,\underline{35}$
Example, $x=11$, $n=37$:
$37,122,61,194,97,302,151,464,232, \underline{116},58,29,98,49,158,79,248,124,62,31,104,52,26,13,50,25,86,43,140,70,35,\underline{116}$
Example, $x=7$, $n=27$:
$27,88,44,\underline{22},11,40,20,5,\underline{22}$