Last couple of days I've been thinking about the Collatz conjecture, and now I wonder if any relation is known between $n$ and the smallest number with stopping time $n$.
So for example, let's say I'm interested in numbers with stopping time $5$, then I would like to be able to say: A number with stopping time $5$ must be larger equal ....
Note that I'm not talking about the total stopping time. The stopping time is the number of times we apply the function before we reach a number smaller than the one we started with.
Edit: After finding the sequence I'm looking for in the OEIS (https://oeis.org/A122442) my attention has shifted to efficiently computing its terms. Now what I mean with efficiently is that I should be able to compute the first $1000$ terms in around a day (or less of course, but I'm doubtful that's possible). All ideas and input are appreciated.
It seems https://oeis.org/A122442 is the most complete source of information.