Fibonacci Number Reference Values
Calculate the nth Fibonacci number for non-negative integers up to 78.
Table of Contents
Reference Value Index
This page lists 23 reference values for quick browsing and lookup.
All Reference Values
- 0 Integer n = 0 Fibonacci Value
- 1 Integer n = 1 Fibonacci Value
- 2 Integer n = 1 Fibonacci Value
- 3 Integer n = 2 Fibonacci Value
- 4 Integer n = 3 Fibonacci Value
- 5 Integer n = 5 Fibonacci Value
- 6 Integer n = 8 Fibonacci Value
- 7 Integer n = 13 Fibonacci Value
- 8 Integer n = 21 Fibonacci Value
- 9 Integer n = 34 Fibonacci Value
- 10 Integer n = 55 Fibonacci Value
- 12 Integer n = 144 Fibonacci Value
- 15 Integer n = 610 Fibonacci Value
- 20 Integer n = 6,765 Fibonacci Value
- 25 Integer n = 75,025 Fibonacci Value
- 30 Integer n = 832,040 Fibonacci Value
- 35 Integer n = 9,227,465 Fibonacci Value
- 40 Integer n = 102,334,155 Fibonacci Value
- 45 Integer n = 1,134,903,170 Fibonacci Value
- 50 Integer n = 12,586,269,025 Fibonacci Value
- 60 Integer n = 1,548,008,755,920 Fibonacci Value
- 70 Integer n = 190,392,490,709,135 Fibonacci Value
- 78 Integer n = 8,944,394,323,791,464 Fibonacci Value
Reference Table
| n | F(n) |
|---|---|
| 0 Integer n | 0 Fibonacci Value |
| 1 Integer n | 1 Fibonacci Value |
| 2 Integer n | 1 Fibonacci Value |
| 3 Integer n | 2 Fibonacci Value |
| 4 Integer n | 3 Fibonacci Value |
| 5 Integer n | 5 Fibonacci Value |
| 6 Integer n | 8 Fibonacci Value |
| 7 Integer n | 13 Fibonacci Value |
| 8 Integer n | 21 Fibonacci Value |
| 9 Integer n | 34 Fibonacci Value |
| 10 Integer n | 55 Fibonacci Value |
| 12 Integer n | 144 Fibonacci Value |
| 15 Integer n | 610 Fibonacci Value |
| 20 Integer n | 6,765 Fibonacci Value |
| 25 Integer n | 75,025 Fibonacci Value |
| 30 Integer n | 832,040 Fibonacci Value |
| 35 Integer n | 9,227,465 Fibonacci Value |
| 40 Integer n | 102,334,155 Fibonacci Value |
| 45 Integer n | 1,134,903,170 Fibonacci Value |
| 50 Integer n | 12,586,269,025 Fibonacci Value |
| 60 Integer n | 1,548,008,755,920 Fibonacci Value |
| 70 Integer n | 190,392,490,709,135 Fibonacci Value |
| 78 Integer n | 8,944,394,323,791,464 Fibonacci Value |
Frequently Asked Questions
Frequently asked questions for Fibonacci Number and its reference values.
What does the Fibonacci Number calculator do?
It helps with sequence analysis, recurrence examples, and educational math exercises.
What formula does the Fibonacci Number calculator use?
Fibonacci sequence uses F(0)=0, F(1)=1, and F(n)=F(n-1)+F(n-2).
What inputs are valid?
n must be an integer from 0 to 78 to keep exact safe integer results in JavaScript.
When would I use this?
sequence analysis, recurrence examples, and educational math exercises
Methodology and Review
Each row on this page links to a value detail page derived from the same conversion data file as the main calculator and reference table. This reduces inconsistencies across page variants.
Editorial metadata and structured data are rendered across the converter page and linked value pages. Review policies are documented in our review process and editorial policy.