Fungrim home page

Fungrim entry: a8f2ac

Fn+1=Fn+Fn1F_{n + 1} = F_{n} + F_{n - 1}
Assumptions:nZn \in \mathbb{Z}
TeX:
F_{n + 1} = F_{n} + F_{n - 1}

n \in \mathbb{Z}
Definitions:
Fungrim symbol Notation Short description
FibonacciFnF_{n} Fibonacci number
ZZZ\mathbb{Z} Integers
Source code for this entry:
Entry(ID("a8f2ac"),
    Formula(Equal(Fibonacci(Add(n, 1)), Add(Fibonacci(n), Fibonacci(Sub(n, 1))))),
    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