The triple $(3, 4, 5)$ is a pythagorean triple - it satisfies $a^2 + b^2 = c^2$ and, equivalently, its components are the lengths of the sides of a right triangle in the Euclidean plane.
But of course, the first thing anybody notices is that the triple $(3, 4, 5)$ also happens to be an arithmetical succession of small numbers.
Is there a deep reason why choosing these three successive numbers just so happens to yield a pythagorean triple?
To anyone who feels the question is silly: consider $3^3+4^3+5^3$.
Put $a = n$, $b = n + r$, $c = n + 2r$. Simplify $c^2 = a^2 + b^2$ to get: $$ (n + r)(n - 3r) = 0 $$
Either $n = -r$, but this means $b = 0$. Or $n = 3r$, which gives: $$ a = 3r,\ b = 4r,\ c = 5r $$
Therefore, $(3, 4, 5)$ (and its multiples) is the only arithmetic progression that is also a Pythagorean triple.