While tracking sequences beginning with 1-to-3 digit integers, I have found 3 different repeating cycles in the $3n-1$ problem (similar to the Collatz Conjecture). They are 1, 2, 1..., 5, 14, 7, 20, 10, 5..., and 17, 50, 25, 74, 37, 110, 55, 164, 82, 41, 122, 61, 182, 91, 272, 136, 68, 34, 17....
Has there been much research into this problem? If so, has anyone found any other such sequences? I have checked starting values up to approximately 150.

To spell out in more detail what I hinted at in a comment:
Consider the standard Collatz mapping $x \rightarrow 3x + 1$ applied to negative values. We get $-x \rightarrow -3x + 1$. So the standard Collatz iteration over negative values is isomorphic to iterating $x \rightarrow 3x - 1$ over positive values.
The cycles you've identified are the only known ones, and while I don't know the state of the literature I assume that if it had been proven that there were no more negative Collatz cycles then that fact would be mentioned in the Wikipedia article.