Fungrim home page

Fungrim entry: 433d8b

(2nn)<4nπn{2 n \choose n} \lt \frac{{4}^{n}}{\sqrt{\pi n}}
Assumptions:nZ1n \in \mathbb{Z}_{\ge 1}
TeX:
{2 n \choose n} \lt \frac{{4}^{n}}{\sqrt{\pi n}}

n \in \mathbb{Z}_{\ge 1}
Definitions:
Fungrim symbol Notation Short description
Binomial(nk){n \choose k} Binomial coefficient
Powab{a}^{b} Power
Sqrtz\sqrt{z} Principal square root
ConstPiπ\pi The constant pi (3.14...)
ZZGreaterEqualZn\mathbb{Z}_{\ge n} Integers greater than or equal to n
Source code for this entry:
Entry(ID("433d8b"),
    Formula(Less(Binomial(Mul(2, n), n), Div(Pow(4, n), Sqrt(Mul(ConstPi, n))))),
    Variables(n),
    Assumptions(Element(n, ZZGreaterEqual(1))))

Topics using this entry

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

2019-06-18 07:49:59.356594 UTC