Is there is a positive integer $m$, depending only on $n$, such that for any strictly increasing integer sequence $a _{1}, a _{2}, \dots, a _{n}$, there is some polynomial $f(x)$ of degree at most $m$ with rational coefficients, such that $$f(i) = a_{i} \quad (i = 1, 2, \dots, n)$$ and $f(x)$ is monotonic increasing on $[ 1, n]$?
It feels like using Lagrangian interpolation, $$f(x)=\sum_{i=1}^{n}\left(f(i)\prod_{j\neq i}\dfrac{(x-j)}{(i-j)}\right)=\sum_{i=1}^{n}\left(a_{i}\prod_{j\neq i}\dfrac{(x-j)}{(i-j)}\right)$$ but I find there's no guarantee that this polynomial $f(x)$ will be monotone increasing on $[1,n]$.