Fungrim home page

Fungrim entry: cbfe21

Fn=3Fn3+2Fn4F_{n} = 3 F_{n - 3} + 2 F_{n - 4}
Assumptions:nZn \in \mathbb{Z}
TeX:
F_{n} = 3 F_{n - 3} + 2 F_{n - 4}

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("cbfe21"),
    Formula(Equal(Fibonacci(n), Add(Mul(3, Fibonacci(Sub(n, 3))), Mul(2, Fibonacci(Sub(n, 4)))))),
    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