summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Jungeblut <paul.jungeblut@gmail.com>2017-04-02 16:37:41 +0200
committerPaul Jungeblut <paul.jungeblut@gmail.com>2017-04-02 16:37:41 +0200
commit8d5f3c5a9b10a5198fa2db0d298c843dd66c3719 (patch)
treecf1103878d069652a9bb2b4448f5517b85c30b36
parentb725ad2f35d5c90b272a89ca2e29c4bf98553b7e (diff)
Adding formular for number of dearangements.
-rw-r--r--math/math.tex5
-rw-r--r--tcr.pdfbin300834 -> 301046 bytes
2 files changed, 5 insertions, 0 deletions
diff --git a/math/math.tex b/math/math.tex
index c3cf473..186ac3a 100644
--- a/math/math.tex
+++ b/math/math.tex
@@ -531,6 +531,11 @@ Anzahl der Teilmengen von $\mathbb{N}$, die sich zu $n$ aufaddieren mit maximale
\#Wälder mit $k$ gewurzelten Bäumen &
$\frac{k}{n}\binom{n}{k}n^{n-k}$ \\
+
+ Dearangements &
+ $!n = (n - 1)(!(n - 1) + !(n - 2))$ \\
+ &
+ $\lim\limits_{n \to \infty} \frac{!n}{n!} = \frac{1}{e}$ \\
\bottomrule
\end{tabular}
diff --git a/tcr.pdf b/tcr.pdf
index 8ee4456..7508654 100644
--- a/tcr.pdf
+++ b/tcr.pdf
Binary files differ