Given a function $f(n) = n/\log_2 n$ I have to iteratively apply the function towards its arguments.
I want get the min iteration times that let the result $\le$ 2
that is $$f^{(i)}(n) \le 2, \min (i) = ?$$
Given a function $f(n) = n/\log_2 n$ I have to iteratively apply the function towards its arguments.
I want get the min iteration times that let the result $\le$ 2
that is $$f^{(i)}(n) \le 2, \min (i) = ?$$