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