show/hide this revision's text 1 [made Community Wiki]

There are other divergent series that fit the bill, such as $1-1+1-1+ \cdots = 1/2$. Here's one from formal language theory: Suppose we define a language $L$ recursively by the rule $L = 1 | aL$, meaning that the empty string $1$ is in $L$, and the letter $a$ followed by any element in $L$ is also in $L$. Jokingly, we note that $|$ is akin to addition and concatenation is akin to multiplication, so we can solve for $L$: $1 = L - aL = L (1-a)$, so $$L = {1\over 1-a} = 1|a|aa|aaa|aaaa \ldots,$$ which is the right answer.

The umbral calculus could also be considered an elaborate joke.