Fungrim home page

Fungrim entry: 5745bd

F2n=Fn+22Fn+122Fn2F_{2 n} = F_{n + 2}^{2} - F_{n + 1}^{2} - 2 F_{n}^{2}
Assumptions:nZn \in \mathbb{Z}
TeX:
F_{2 n} = F_{n + 2}^{2} - F_{n + 1}^{2} - 2 F_{n}^{2}

n \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("5745bd"),
    Formula(Equal(Fibonacci(Mul(2, n)), Sub(Sub(Pow(Fibonacci(Add(n, 2)), 2), Pow(Fibonacci(Add(n, 1)), 2)), Mul(2, Pow(Fibonacci(n), 2))))),
    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