summaryrefslogtreecommitdiff
path: root/math/math.tex
diff options
context:
space:
mode:
Diffstat (limited to 'math/math.tex')
-rw-r--r--math/math.tex5
1 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}