Fibonacci Nth Term Calculator

    Find the nth Fibonacci number

    Formula

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

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

    Examples

    F(10)

    = 55.

    Frequently Asked Questions

    About Fibonacci Nth Term

    Find the nth Fibonacci number.