diff options
| -rw-r--r-- | math/math.tex | 4 | ||||
| -rw-r--r-- | tcr.pdf | bin | 305060 -> 305031 bytes |
2 files changed, 2 insertions, 2 deletions
diff --git a/math/math.tex b/math/math.tex index 186ac3a..01ecb52 100644 --- a/math/math.tex +++ b/math/math.tex @@ -190,10 +190,10 @@ Sei $p \geq 3$ eine Primzahl, $a \in \mathbb{Z}$: B_n = \sum\limits_{k = 0}^{n - 1} B_k\binom{n-1}{k} = \sum\limits_{k = 0}^{n}\stirlingII{n}{k}$\\ - \textsc{Int. Partitions} & + \textsc{Partitions} & $f(1,1) = 1 \quad f(n,k) = 0 \text{ für } k > n \quad - f(n,k) = f(n-k,k) + f(n,k-1)$ \\ + f(n,k) = f(n-k,k) + f(n-1,k-1)$ \\ \bottomrule \end{tabular} \end{flushleft} Binary files differ |
