noun
Fibonacci sequence; Fibonacci numbers
Mathematical term for the integer sequence where each term is the sum of the two preceding ones, starting from 0 and 1.
フィボナッチ数列は自然界の多くのパターンに見られる。
The Fibonacci sequence appears in many patterns in nature.
In programming class, I implemented the Fibonacci sequence using a recursive function.