Fungrim home page

Fungrim entry: 0d92f6

(2nn)=(2n)!(n!)2{2 n \choose n} = \frac{\left(2 n\right)!}{{\left(n !\right)}^{2}}
Assumptions:nZ0n \in \mathbb{Z}_{\ge 0}
TeX:
{2 n \choose n} = \frac{\left(2 n\right)!}{{\left(n !\right)}^{2}}

n \in \mathbb{Z}_{\ge 0}
Definitions:
Fungrim symbol Notation Short description
Binomial(nk){n \choose k} Binomial coefficient
Factorialn!n ! Factorial
Powab{a}^{b} Power
ZZGreaterEqualZn\mathbb{Z}_{\ge n} Integers greater than or equal to n
Source code for this entry:
Entry(ID("0d92f6"),
    Formula(Equal(Binomial(Mul(2, n), n), Div(Factorial(Mul(2, n)), Pow(Factorial(n), 2)))),
    Variables(n),
    Assumptions(Element(n, ZZGreaterEqual(0))))

Topics using this entry

Copyright (C) Fredrik Johansson and contributors. Fungrim is provided under the MIT license. The source code is on GitHub.

2021-03-15 19:12:00.328586 UTC