Suppose $k \in \mathbb{N}$ is fixed and that $n, n_1, \dots, n_k \in \mathbb{N}$ are given such that $n = n_1 + \dots + n_k$.
Are there any known upper bounds for $\text{lcm}(n_1, \dots, n_k)$ in terms of n, that take $k$ into account as well?
I care up to coarse equivalence. Given two non-decreasing functions $f, g \colon \mathbb{N} \to \mathbb{N}$, we say that $g$ coarsely dominates $f$, write $f \preceq g$, if there exists $C>0$ such that $f \leq C g(Cn)$ for all $n \in \mathbb{N}$. We say that $f,g$ are coarsely equivalent, write $f \approx g$ if $f \preceq g$ and $g \preceq f$. Note that this notion is really coarse, for example $n2^n \preceq 2^n$.
EDIT:Landau's function does work, but it is rather general, as it allows any number of summands.
Ideally, for each $k \geq 1$ I would like a to have a function $B_k(n)$ given by a closed form formula that coarsely dominates $\text{lcm}(n_1, \dots, n_k)$ and is tight up to coarse equivalence. For example, $B_1(n) = n$, $B_2(n) = n^2$.