Fungrim home page

Fungrim entry: 2b2066

n=0(2nn)xn=114x\sum_{n=0}^{\infty} {2 n \choose n} {x}^{n} = \frac{1}{\sqrt{1 - 4 x}}
Assumptions:xCandx<14x \in \mathbb{C} \,\mathbin{\operatorname{and}}\, \left|x\right| \lt \frac{1}{4}
TeX:
\sum_{n=0}^{\infty} {2 n \choose n} {x}^{n} = \frac{1}{\sqrt{1 - 4 x}}

x \in \mathbb{C} \,\mathbin{\operatorname{and}}\, \left|x\right| \lt \frac{1}{4}
Definitions:
Fungrim symbol Notation Short description
Binomial(nk){n \choose k} Binomial coefficient
Powab{a}^{b} Power
Infinity\infty Positive infinity
Sqrtz\sqrt{z} Principal square root
CCC\mathbb{C} Complex numbers
Absz\left|z\right| Absolute value
Source code for this entry:
Entry(ID("2b2066"),
    Formula(Equal(Sum(Mul(Binomial(Mul(2, n), n), Pow(x, n)), Tuple(n, 0, Infinity)), Div(1, Sqrt(Sub(1, Mul(4, x)))))),
    Variables(x),
    Assumptions(And(Element(x, CC), Less(Abs(x), Div(1, 4)))))

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