A harmonic sequence is what you get when you take the reciprocals of an arithmetic sequence. The structure is inherited — the spacing of the original arithmetic progression determines everything — but the behavior is fundamentally different. Harmonic sequences have no closed-form partial sums, and the simplest harmonic series diverges despite its terms shrinking to zero.
Definition
A harmonic sequence is a sequence whose terms are the reciprocals of an arithmetic sequence. If b1,b2,b3,… is arithmetic with first term b1>0 and common difference d>0, then the harmonic sequence is:
an=bn1=b1+(n−1)d1
The simplest example takes bn=n: the reciprocals 1,21,31,41,… form the harmonic sequence of natural number reciprocals. The sequence 31,51,71,91,… is also harmonic — it comes from the arithmetic sequence 3,5,7,9,… with b1=3 and d=2.
A harmonic sequence is neither arithmetic nor geometric. The differences between consecutive terms are not constant (they decrease), and the ratios are not constant either (they approach 1 from below). The defining property is that the reciprocals form an arithmetic progression — the structure lives one layer down.
Properties
Assuming the underlying arithmetic sequence has positive terms and positive common difference, the harmonic sequence is strictly decreasing: each term is smaller than its predecessor because the denominators grow.
The terms approach zero as n→∞, since the denominators grow without bound. However, the rate of decrease slows — the gap between n1 and n+11 is n(n+1)1, which itself shrinks as n increases.
Unlike arithmetic and geometric sequences, harmonic sequences have no closed-form expression for their partial sums. The sum ∑k=1nk1 cannot be written as a simple formula in n. This absence is not a gap in technique — it is a fundamental property. The partial sums, known as harmonic numbers Hn, grow roughly as lnn but involve no elementary closed form.
The Harmonic Series
The harmonic series is the infinite sum of reciprocals of the natural numbers:
n=1∑∞n1=1+21+31+41+⋯
This series diverges — its partial sums grow without bound, even though the individual terms shrink to zero.
The proof by grouping (attributed to Oresme, 14th century) is among the most elegant in mathematics. Group the terms after the first as follows:
1+21+(31+41)+(51+61+71+81)+⋯
The first group contains 1 term summing to at least 21. The next group contains 2 terms, each at least 41, summing to at least 21. The next contains 4 terms, each at least 81, again summing to at least 21. Each doubling block contributes at least 21, and there are infinitely many blocks.
The harmonic series grows slowly — its partial sums approximate lnn+γ, where γ≈0.5772 is the Euler–Mascheroni constant. To reach a partial sum exceeding 10, you need over 12,000 terms. But slowly is not the same as bounded: the sum eventually surpasses any finite threshold.
This stands in contrast to the geometric series∑2n1, which converges to 1. Both series have terms approaching zero, but geometric terms shrink fast enough (by a constant factor) to keep the total finite. Harmonic terms shrink too slowly. The lesson: terms approaching zero is necessary for convergence but not sufficient.
Harmonic Mean
The harmonic mean of n positive numbers a1,a2,…,an is:
H=a11+a21+⋯+an1n
For two numbers, this simplifies to:
H=a+b2ab
In a harmonic sequence, every term (except the first and last) is the harmonic mean of its two neighbors. This follows from the fact that the reciprocals form an arithmetic sequence: the reciprocal of each term is the arithmetic mean of the reciprocals of its neighbors, and taking reciprocals back gives the harmonic mean relationship.
Inserting k harmonic means between two values a and b reduces to inserting k arithmetic means between a1 and b1, then taking reciprocals of all inserted terms.
The Mean Inequality
For any set of positive numbers, the three means satisfy:
H≤G≤A
The harmonic mean is never greater than the geometric mean, which is never greater than the arithmetic mean. Equality throughout holds if and only if all numbers are identical.
For two positive numbers a and b:
a+b2ab≤ab≤2a+b
This chain links the three types of sequences through their associated means. Each mean captures a different notion of "average": arithmetic for additive processes, geometric for multiplicative processes, and harmonic for rates and reciprocals.
The AM–GM portion of the inequality (G≤A) is used extensively throughout algebra, particularly in optimization and in proving inequalities. The full three-way chain places the harmonic mean as the lower bound of the trio.