As the title states, I'm looking for an example of a strictly decreasing sequence of positive numbers with the properties that $$ \lim_{n \rightarrow \infty} nb_n = 0$$ but $$ \sum_{n=1}^{\infty} b_n $$ diverges.
My efforts have been unsuccessful so far. I know that nothing of the form
$$ b_n = \frac{1}{n^p} $$
works, as $\lim_{n \rightarrow \infty} nb_n = 0$ if $p>1$, also implying that the series will converge via p-test. I've also tried more creative sequences like $$ b_n = \frac{\sin(\frac{1}{n})}{n} $$ but still no luck.
More than a specific example, is there a certain strategy I should employ to find such an example? I was thinking the sequence must go to zero must faster than $n$ goes to infinity, but not fast enough for the series to converge.