Knowing that:
$n$ is an integer going from zero to infinity,
$f(n)=n$,
$g(n)=n\sqrt3$.
I need a formula for $h(n)$ that can generate the series: $0, 1, \sqrt3, 2, 3, 2\sqrt3, 4, 5, 3\sqrt3, 6, 4\sqrt3 ... $ as a function of $n$.
$h(n)$ is a series that contains all elements of $f(n)$ and $g(n)$ in ascending order.