▸H(10) = 2.928968 - the sum of the first 10 unit fractions.
- H(10) = 2.928968, which is approximately ln(10) + 0.5772 = 2.879801.
- Doubling n to 20 only adds about ln(2) = 0.693 to the sum, giving H(20) = 3.5977. This slow logarithmic growth is why the series diverges but extremely slowly.
- The asymptotic approximation ln(n) + gamma + 1/(2n) - 1/(12n^2) is within 0.0000% of the exact value, becoming more accurate as n grows.
Next stepThe harmonic series diverges to infinity, but you need H(n) > 10 only at n around 12367, and H(n) > 20 only at around n = 272 million.