← Back to Test

Problem 18 - Entrance Test

For any integer n ≥ 2, let H(n) = 1 + 1/2 + 1/3 + ... + 1/n. What is the smallest integer value of n for which H(n) > 3?

Correct: C

undefined