I've looked at the Wikipedia article, but it seems like gibberish. The only thing I was able to pick out of it was the concept of infimum (greatest lower bound) and supremum (least upper bound), as I had learned them previously in an intro discrete math course.
The limit inferior of a sequence ($x_n$) is defined by
$\displaystyle\liminf_{n\to\infty}x_n := \lim_{n\to\infty}\Big(\inf_{m\geq n}x_m\Big)$
or
$\displaystyle\liminf_{n\to\infty}x_n := \sup_{n\geq 0}\,\inf_{m\geq n}x_m=\sup\{\,\inf\{\,x_m:m\geq n\,\}:n\geq 0\,\}.$
Similarly, the limit superior of ($x_n$) is defined by
$\displaystyle\limsup_{n\to\infty}x_n := \lim_{n\to\infty}\Big(\sup_{m\geq n}x_m\Big)$
or
$\displaystyle\limsup_{n\to\infty}x_n := \inf_{n\geq 0}\,\sup_{m\geq n}x_m=\inf\{\,\sup\{\,x_m:m\geq n\,\}:n\geq 0\,\}.$
Can anybody provide any examples of its use, and why it's used in that context?
A very prominent application of $\limsup$ is the Cauchy-Hadamard formula for the radius of convergence: Given a power series $\sum_{n=0}^\infty a_n x^n$, its radius f convergence $R$ can be obtained from $$\frac1R=\limsup_{n\to\infty}\sqrt[n]{|a_n|}.$$ Without going into details why that is so, let's ask:
Why not the $\lim$? Because it may not even exist (e.g. if $a_n=1+(-1)^n$).
Why not the $\sup$? Because a single large $|a_n|$ would then spoil the value whereas a single summand $a_nx^n$ does not influence the convergence.
Nevertheless, if $L:=\lim_{n\to\infty}\sqrt[n]{|a_n|}$ happens to exist, we see that the power series is dominated by $\sum |L' x|^n$ for any $L'>L$, and this converges (to $\frac1{1-|L'x|}$) provided $|L'x|<1$, and by suitable choice of $L'$ we obtain convergence whenever $|Lx|<1$. But if the limit does not exist, we must use the $\limsup$, so we have a sub-sequence converging to some $L$ and can choose the subsequence so large that all other terms $\sqrt[n]{|a_n|}$ are less than $L$. These small terms don't hurt the convergence if $|xL|<1$. And yet, since our subsequence has infinitely many terms, this is enough to spoil convergence when $|xL|>1$.