Fungrim home page

Fungrim entry: f5f706

Fn+60Fn(mod10)F_{n + 60} \equiv F_{n} \pmod {10}
Assumptions:nZn \in \mathbb{Z}
TeX:
F_{n + 60} \equiv F_{n} \pmod {10}

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("f5f706"),
    Formula(CongruentMod(Fibonacci(Add(n, 60)), Fibonacci(n), 10)),
    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