Fibonacci Nth Term Calculator

    Find the nth Fibonacci number

    公式

    F(n) = F(n-1) + F(n-2)

    Each Fibonacci number is the sum of the two preceding ones.

    示例

    F(10)

    = 55.

    常见问题

    关于 Fibonacci Nth Term

    Find the nth Fibonacci number.