Skip to main content
DigiCalcs

learn.howToCalculate

learn.whatIsHeading

The Fibonacci sequence is a series where each number is the sum of the two preceding ones: 0, 1, 1, 2, 3, 5, 8, 13, 21, 34... The ratio of consecutive Fibonacci numbers approaches the golden ratio φ ≈ 1.618.

دليل خطوة بخطوة

  1. 1F(0) = 0, F(1) = 1
  2. 2F(n) = F(n-1) + F(n-2)
  3. 3Closed form (Binet's formula): F(n) = (φⁿ − ψⁿ) / √5
  4. 4φ = (1+√5)/2 ≈ 1.6180339887 (golden ratio)

أمثلة محلولة

الإدخال
F(10)
النتيجة
55
0,1,1,2,3,5,8,13,21,34,55
الإدخال
F(20)
النتيجة
6,765
الإدخال
F(50)
النتيجة
12,586,269,025
About 12.6 billion

هل أنت مستعد للحساب؟ جرب الآلة الحاسبة Fibonacci المجانية

جربه بنفسك →

الإعدادات