I'm not sure what to tag this question as or whether its a bit nonsensical, but I'm a bit curious. I asked a question on a pretty (turned out to be) easy question about the Collatz Sequence here:
My question is observe the following sequences (next term is $4n+1$): $$3\ 13\ 53, \cdot\cdot\cdot\\5\ 21\ 85, \cdot\cdot\cdot\\7\ 29\ 117, \cdot\cdot\cdot\\9\ 37\ 149, \cdot\cdot\cdot\\11\ 45\ 181, \cdot\cdot\cdot\\15\ 61\ 245, \cdot\cdot\cdot\\17\ 69\ 277, \cdot\cdot\cdot\\19\ 77\ 309, \cdot\cdot\cdot$$ Basically take some odd number and multiply it by $4$ and add $1$ and you get the next number in the series. I am trying to find all the starting numbers of all the sequences that don't collide with each other. The sequences above do not repeat each other (I think?) and you can see the starting numbers are (if you expand it) $$3, 5, 7, 9, 11, 15, 17, 19, 23, 25, 27, 31, 33, 35, 39, 41, 43, 47, 49, 51, 55, 57, 59, ...$$ With the numbers $13, 37, 53$ colliding. How can I generalize which numbers will not collide or have been covered by others as these are the true "unknown" values of the odd numbers of the Collatz Sequence?