# Fibonacci Sequence In mathematics, the Fibonacci numbers form a sequence called the Fibonacci sequence. In that sequence, each number is the sum of the two preceding ones. It usually starts from 0: 0, 1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89, 144, ... Useful for work estimation and prioritization, for instance in combination with the [[MoSCoW Method]] and/or the [[Eisenhower Matrix]]. ## References - https://en.wikipedia.org/wiki/Fibonacci_number