不喜欢广告? 无广告 今天

斐波那契数列生成器

开发人员
广告 移除?

Sequence Generator

First value of the sequence (default 0 for standard Fibonacci)
Second value of the sequence (default 1 for standard Fibonacci)

Fibonacci Checker

Enter a number to check if it belongs to the Fibonacci sequence

Special Sequences

Golden Ratio Convergence

广告 移除?

指导

Fibonacci Number Generator

斐波那契数列生成器

Generate Fibonacci sequences up to 1,000 terms or up to a maximum value, check whether a number is in the Fibonacci sequence, explore golden ratio convergence, and compare related sequences like Lucas, Tribonacci, and Pell numbers. Supports BigInt for arbitrarily large values with instant computation.

如何使用

Choose a generation mode: “First N terms” to specify how many Fibonacci numbers to generate (up to 1,000), or “Up to value” to generate all Fibonacci numbers below a given limit. Optionally change the starting values from the default 0 and 1 to create generalized Fibonacci sequences. Use the checker to test whether any number is a Fibonacci number and find its index. Explore the golden ratio table to see how consecutive ratios converge to φ.

特征

  • Sequence Generator — Generate up to 1,000 Fibonacci terms or all terms up to a maximum value. Formatted output with term indices, stats showing term count, largest value, and digit count.
  • Custom Starting Values — Change from the standard 0, 1 to any starting pair for generalized Fibonacci sequences. Explore how different seeds produce different sequences with the same additive structure.
  • Fibonacci Checker — Enter any number to check if it’s a Fibonacci number. Shows the term index if found, nearest Fibonacci numbers above and below, and distance to the closest Fibonacci number.
  • Golden Ratio Convergence — Table showing F(n)/F(n-1) ratios approaching φ (1.6180339887…). See the difference from φ shrink with each term, with visual convergence indicator.
  • Special Sequences — Toggle between Lucas Numbers (2, 1, 3, 4, 7…), Tribonacci Numbers (0, 0, 1, 1, 2, 4, 7, 13…), and Pell Numbers (0, 1, 2, 5, 12, 29…) with the same formatting.
  • 导出 — Copy the full sequence or download as .txt file.
  • 参考资料 — History of the Fibonacci sequence, connections to nature (spirals, phyllotaxis), golden ratio, and applications in computer science.

About 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, 55, 89, 144… Named after Leonardo of Pisa (Fibonacci), who introduced it to Western mathematics in his 1202 book Liber Abaci through the famous rabbit population problem, the sequence was known to Indian mathematicians centuries earlier. Fibonacci numbers appear throughout nature in spiral arrangements of seeds, petals, and shells, and have important applications in algorithms, data structures, and financial analysis.

广告 移除?

What is the golden ratio and how does it relate to Fibonacci?

The golden ratio (φ ≈ 1.6180339887) is the limit of the ratio between consecutive Fibonacci numbers. As n increases, F(n)/F(n-1) converges to φ. By F(10)/F(9) = 89/55 ≈ 1.61818, you’re already within 0.01% of the golden ratio. This connection means Fibonacci numbers encode the golden ratio’s geometry — which is why they appear in spirals, pentagons, and natural growth patterns that are governed by φ.

How can I check if a number is a Fibonacci number?

A number n is a Fibonacci number if and only if 5n² + 4 or 5n² – 4 is a perfect square. This tool uses this mathematical property for instant checking. For example, 144 is Fibonacci because 5(144²) + 4 = 103,684 = 322², a perfect square. The tool also shows the index (144 = F(12)), the nearest Fibonacci numbers, and the distance to the closest one.

Why do Fibonacci numbers appear in nature?

Fibonacci numbers appear in nature because they result from optimal packing and growth patterns. Sunflower seeds spiral in Fibonacci numbers (34 and 55, or 55 and 89 spirals) because this arrangement maximizes the number of seeds in a given area. Pinecone scales, pineapple segments, and flower petals often come in Fibonacci numbers (3, 5, 8, 13, 21) because growth at the golden angle (137.5°) produces the most efficient non-overlapping arrangement.

我的数据是否已发送到服务器?

No — all Fibonacci computation, checking, and analysis happen entirely in your browser using JavaScript BigInt for arbitrary precision. No data is transmitted to any server.

想要享受无广告的体验吗? 立即无广告

安装我们的扩展

将 IO 工具添加到您最喜欢的浏览器,以便即时访问和更快地搜索

添加 Chrome 扩展程序 添加 边缘延伸 添加 Firefox 扩展 添加 Opera 扩展

记分板已到达!

记分板 是一种有趣的跟踪您游戏的方式,所有数据都存储在您的浏览器中。更多功能即将推出!

广告 移除?
广告 移除?
广告 移除?

新闻角 包含技术亮点

参与其中

帮助我们继续提供有价值的免费工具

给我买杯咖啡
广告 移除?