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