Crossing five
Find the smallest positive integer n such that 1 + 1/2 + 1/3 + … + 1/n exceeds 5. Closed-form arguments welcome; clever bounds even more so.
Show a hint
The harmonic numbers grow like ln(n) + γ. Use this to estimate n, then check carefully around your estimate.