Fungrim home page

Fungrim entry: 301081

FmFn+1Fm+1Fn=(1)nFmnF_{m} F_{n + 1} - F_{m + 1} F_{n} = {\left(-1\right)}^{n} F_{m - n}
d'Ocagne's identity
Assumptions:nZ  and  mZn \in \mathbb{Z} \;\mathbin{\operatorname{and}}\; m \in \mathbb{Z}
TeX:
F_{m} F_{n + 1} - F_{m + 1} F_{n} = {\left(-1\right)}^{n} F_{m - n}

n \in \mathbb{Z} \;\mathbin{\operatorname{and}}\; m \in \mathbb{Z}
Definitions:
Fungrim symbol Notation Short description
FibonacciFnF_{n} Fibonacci number
Powab{a}^{b} Power
ZZZ\mathbb{Z} Integers
Source code for this entry:
Entry(ID("301081"),
    Formula(Equal(Sub(Mul(Fibonacci(m), Fibonacci(Add(n, 1))), Mul(Fibonacci(Add(m, 1)), Fibonacci(n))), Mul(Pow(-1, n), Fibonacci(Sub(m, n))))),
    Description("d'Ocagne's identity"),
    Variables(n, m),
    Assumptions(And(Element(n, ZZ), Element(m, ZZ))))

Topics using this entry

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

2021-03-15 19:12:00.328586 UTC