Can you give me an example of a sequence $a_n$ ($n \in \mathbb N$) that satisfies the above conditions?
$o$ and $O$ are Landau symbols.
Can you give me an example of a sequence $a_n$ ($n \in \mathbb N$) that satisfies the above conditions?
$o$ and $O$ are Landau symbols.
All you really need to do is find a sequence that is $o(\log(n))$ but not $O(1)$ and then multiply by $n$. The sequence $\log \log n$ is $o(\log(n))$ and unbounded, so $$ a_n = n \log (\log( n)) $$
There are a lot of functions that are not constant, but smaller than logarithm, for example:
Let $f(n)$ be such a function, then $nf(n)$ is a valid answer to your question.
I hope this helps $\ddot\smile$