Fibonacci Sequence Online Calculator

发布日期 : 2020-02-18 07:21:13 UTC      

分类 : Algebraic

此计算器将您指定的计算次数显示您的斐波那契序列。精确到32位(78次迭代)
输入值不能超过5位(含5位)。如果超过5位数字,您的计算机运行速度将非常慢。

APP description

Fibonacci sequence, also known as golden section sequence, was introduced by mathematician Leonardo Fibonacci with rabbit breeding as an example, so it is also called "Rabbit Series". It refers to such a sequence: 1, 1, 2, 3, 5, 8, 13, 21, 34.In mathematics, Fibonacci sequence is defined by recursion as follows: F (1) = 1, f (2) = 1, f (n) = f (n - 1) + F (n - 2) (n ≥ 3, n ∈ n *)

Fibonacci sequence has direct application in modern physics, quasicrystal structure and chemistry

Fibonacci sequence was put forward by Italian Fibonacci in the 13th century, so it is called Fibonacci series.

General term formula

\([(1+√5)/2]^n/√5-[(1-√5)/2^n/√5\)

Usage example

This calculator displays your Fibonacci sequence to the calculation quantity you specified. It is accurate to 32 bits (78 iterations)

Enter value: 5

The entered value cannot exceed 5 digits (including 5 digits). If the number exceeds 5 digits, your computer will run very slowly.

Click "Calculate" to output the result

0 1 1 2 3