n¡ is a subfactorial: n!/0! - n!/1! + ... + (-1)^n * n!/n!. A subfactorial "gives the number of permutations of a sequence of n distinct values in which none of the elements occur in their original place.... In practical terms, subfactorial is the number of ways in which n persons can each give one present to one other person so that everyone receives a present" (wikipedia).
ln x: natural logarithm: log base e of x. "The mathematical constant e is the unique real number such that the function ex has the same value as the slope of the tangent line, for all values of x." I got distracted reading about e and stumbled across Cantor's diagonal argument. I had forgotten about that from college. It's a great little observation about why the set of all sequences of 1s and 0s are not countable (i.e. there are more sequences of 1s and 0s than there are natural numbers).
- s1 = (0, 0, 0, 0, 0, 0, 0, ...)
- s2 = (1, 1, 1, 1, 1, 1, 1, ...)
- s3 = (0, 1, 0, 1, 0, 1, 0, ...)
- s4 = (1, 0, 1, 0, 1, 0, 1, ...)
- s5 = (1, 1, 0, 1, 0, 1, 1, ...)
- s6 = (0, 0, 1, 1, 0, 1, 1, ...)
- s7 = (1, 0, 0, 0, 1, 0, 0, ...)
- ...
- s0 = (1, 0, 1, 1, 1, 0, 1, ...)
We'll get to the rest of the notation in more gory detail later. Here's a picture of Cantor:
No comments:
Post a Comment