What are the best examples of mathematical induction available at the secondary-school level---totally elementary---that do not involve expressions of the form $\bullet+\cdots\cdots\cdots+\bullet$ where the number of terms depends on $n$ and you're doing induction on $n$?
Postscript three years later: I see that I phrased this last part in a somewhat clunky way. I'll leave it there but rephrase it here:
--- that are not instances of induction on the number of terms in a sum?



Some I can think of off the top of my head:
Number of moves to solve the Towers of Hanoi puzzle.
Factorization into primes (uses strong induction, though).
Also using strong induction, the winning strategy for a simplified game of nim described at the bottom of this answer.
Formula for combinations, using $\binom{n+1}{k} = \binom{n}{k}+\binom{n}{k-1}$.
I'll add more later if I think of any.