Fibonacci Generator
// Generate Fibonacci sequence up to N terms
φ ≈ 1.6180340557
0: 01: 12: 13: 24: 35: 56: 87: 138: 219: 3410: 5511: 8912: 14413: 23314: 37715: 61016: 98717: 159718: 258419: 4181
#About Fibonacci Generator
Free online Fibonacci sequence generator. Generate the first N Fibonacci numbers and explore the properties of this famous mathematical sequence. This tool runs entirely in your browser — your data is never sent to a server. Just paste your input, get instant results, and copy with one click. No sign-up or installation required.
#FAQ
What is the Fibonacci sequence? ▾
The Fibonacci sequence starts with 0 and 1, and each subsequent number is the sum of the two preceding ones: 0, 1, 1, 2, 3, 5, 8, 13, 21, 34, and so on.
What is the golden ratio? ▾
The golden ratio (approximately 1.6180339887) is the limit of the ratio of consecutive Fibonacci numbers. It appears frequently in nature, art, and architecture.
</> Embed this tool ▾
Copy this code to embed the tool on your website. Adjust the height to fit your layout.
<iframe src="https://www.browserutils.dev/embed/fibonacci-generator" width="100%" height="500" frameborder="0" title="Fibonacci Generator"></iframe>