I am in a course of numerical methods and I have a question:
If I have the harmonic sum:
$\sum_{i=1}^{n}\dfrac{1}{i}$ and I can approximate it by "rounding" it. This rounding can be defined as:
$S_n = fl(S_{n-1} +a_n)$ where the $a_n$ are the harmonic terms. My question is if there is way to know when the sum $S_n$ will stop growing and be constant, for $n$ big enough. I mean, given a certain presition $m$ of digits to approximate, how can I know the $n$ that will "stop" the sum.