Fungrim home page

Fungrim entry: 073466

Fn2=Fn+1Fn1(1)nF_{n}^{2} = F_{n + 1} F_{n - 1} - {\left(-1\right)}^{n}
Cassini's identity
Assumptions:nZn \in \mathbb{Z}
TeX:
F_{n}^{2} = F_{n + 1} F_{n - 1} - {\left(-1\right)}^{n}

n \in \mathbb{Z}
Definitions:
Fungrim symbol Notation Short description
Powab{a}^{b} Power
FibonacciFnF_{n} Fibonacci number
ZZZ\mathbb{Z} Integers
Source code for this entry:
Entry(ID("073466"),
    Formula(Equal(Pow(Fibonacci(n), 2), Sub(Mul(Fibonacci(Add(n, 1)), Fibonacci(Sub(n, 1))), Pow(-1, n)))),
    Description("Cassini's identity"),
    Variables(n),
    Assumptions(Element(n, 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