Assumptions:
TeX:
\sum_{k=0}^{n} {n \choose k} F_{k} = F_{2 n}
n \in \mathbb{Z}_{\ge 0}Definitions:
| Fungrim symbol | Notation | Short description |
|---|---|---|
| Sum | Sum | |
| Binomial | Binomial coefficient | |
| Fibonacci | Fibonacci number | |
| ZZGreaterEqual | Integers greater than or equal to n |
Source code for this entry:
Entry(ID("ac4d13"),
Formula(Equal(Sum(Mul(Binomial(n, k), Fibonacci(k)), For(k, 0, n)), Fibonacci(Mul(2, n)))),
Variables(n),
Assumptions(Element(n, ZZGreaterEqual(0))))