Let $k\ge 2$ be a natural number.
What is the largest number $n$ with $\lambda(n)=k$, where $\lambda(n)$ is the Carmichael-function. (See : https://en.wikipedia.org/wiki/Carmichael_function ) ?
For $k=2$, the maximum seems to be $24$.
For $k=4$, the maximum seems to be $240$.
For $k=6$, the maximum seems to be $504$.
For $k=60$, I found many $n's$, currently I arrived at $227,146,920$. (The program just found a higher number, so the number is not maximal)
I am not sure, but a maximum should exists for every $k$, thus defining the number $n(k)$.
Which growth rate will $n(k)$ probably have ? Exponential ?
Given $k$, the largest number $n$ with $\lambda(n)=k$ is the least common multiple of all prime powers $p^\alpha$ with $\lambda(p^\alpha)\mid k$. This can be found by simply enumerating the divisors of $n$ and seeing which ones are one less than a prime, together with a calculation for each prime dividing $n$. For example, the largest $n$ with $\lambda(n)=60$ is $$ 2^4 \cdot 3^2 \cdot 5^2 \cdot 7 \cdot 11 \cdot 13 \cdot 31 \cdot 61 = 6\text{,}814\text{,}407\text{,}600. $$
The "growth rate" of $n(k)$ is not well-defined, since some (indeed, most) integers $k$ are not a value of $\lambda$, and the ones that are will have wildly different sizes of $n(k)$. If you mean the maximal growth rate: presumably it is achieved when $k$ is highly composite. The product of all the divisors of $k$ is $k^{\tau(k)/2}$, which can be as large as $$ \exp \bigg( \exp\bigg( \bigg( \frac{\log 2}2 + o(1) \bigg) \frac{\log k}{\log\log k} \bigg) \bigg); $$ presumably a fair share of these divisors are one less than a prime, and so this should be the approximate size of $n(k)$ as well; as you see, this is almost doubly exponential. Equivalently, there should exist numbers $n$ for which $\lambda(n)$ is as small as a constant times $\log\log n \log\log\log n$. This minimal order of $\lambda$ has been looked at seriously, and presumably there is a more precise conjecture out there somewhere.
If you like, a formula is $$ n(k) = \prod_p p^{r(p,k)}, \quad\text{where }r(p,k)=\max\{r\ge0\colon \lambda(p^r)\mid k\}. $$ When $p\nmid k$, we have $r(p,k)$ equaling $0$ or $1$.