I would like to ask what are the derivative values (first and second) of a function "log star": $f(n) = \log^*(n)$?
I want to calculate some limit and use the De'l Hospital property, so that's why I need the derivative of "log star": $$\lim_{n \to \infty}\frac{\log_{2}^*(n)}{\log_{2}(n)}$$
More about this function: https://en.wikipedia.org/wiki/Iterated_logarithm
You might try to use the definition of derivative to find your solutions $$ \lim_{\Delta x \rightarrow 0}\frac{f(x+\Delta x)-f(x)}{\Delta x} $$ and evaluate at the different intervals that are valid for the function.