Time ago, dealing with a generalization of the Stirling numbers, I stumbled on the following implicit recurrence $$ \mu (n):\;\;\prod\limits_{k = 0}^{n - 1} {\left( {\mu (n) - \mu (k)} \right)} = 1\quad \left| \matrix{ \,0 \le n \in Z \hfill \cr \,0 \le \mu (n) \in R \hfill \cr \,\mu (0) = 0 \hfill \cr} \right. $$
Using a good CAS it is not difficult to compute the first few values and plot them
Clearly, the sequence is monotonically increasing, and its finite difference is monotonically decreasing (1).
Such a regular behaviour leads me to expect that it might be extended over the reals and that $\mu (x)$ might be expressible through a combination of conventional functions.
From time to time I am returning to this challenge with some inspiration for a new approach, but
the combination difference & product has frustrated all my attempts.
I couldn't even succeed to establish its asymptotic behaviour (now, thanks to @AMarino answer I know it's logarithmic) .
So I am asking for hints, suggestions.
-- addendum --
Putting $\rho _{\,n,\,m} = \mu _{\,n + 1} - \mu _{\,m} $ , an alternative way to express the problem is $$ \left\{ \matrix{ \prod\limits_{0\,\, \le \,k\, \le \,n} {\rho _{\,n,\,k} } = 1 \hfill \cr \rho _{\,n,\,k} - \rho _{\,n - 1,\,k} = \mu _{\,n + 1} - \mu _{\,n} \hfill \cr} \right. $$ which means to find a family of functions whose product wrt $k$ is $1$ and whose difference wrt $n$ is constant, as shown
My last tentative has been to take two discrete pmf's on the support $[0,n]$ and put $$ \rho \left( {n,m} \right) = e^{\,h(n)\left( {p(m\,|n) - q(m\,|n)} \right)} $$ which by definition gives the unitary product, but cannot go yet through keeping the difference constant.
-- note 1 --
That the difference is monotonically decreasing comes from being $$ \eqalign{ & \prod\limits_{k = 0}^{n - 1} {\left( {\mu (n) - \mu (k)} \right)} = \prod\limits_{k = 0}^{n - 1} {\left( {\mu (n) - \mu (n - 1) + \mu (n - 1) - \mu (k)} \right)} = \cr & = \prod\limits_{k = 0}^{n - 1} {\left( {x + \left( {\mu (n - 1) - \mu (k)} \right)} \right)} = p_n (x)\quad \Rightarrow \cr & \Rightarrow \quad \left\{ \matrix{ p_n (0) = 0 \hfill \cr p_n (x) < p_{n + 1} (x)\quad \left| {\,0 < x} \right. \hfill \cr 1 = p_n (\mu (n) - \mu (n - 1)) < p_{n + 1} (\mu (n + 1) - \mu (n)) \hfill \cr} \right.\quad \Rightarrow \cr & \Rightarrow \quad \mu (n + 1) - \mu (n) < \mu (n) - \mu (n - 1) \cr} $$ which tells the interesting fact that $\Delta \mu (n-1)$ comes as the root of $p_n(x)=1$, which in turn is added to its zeros, shifting them to the left as to start from $0$ and making them the zeros of $p_{n+1}(x)$.

