Skip to main content

learn.howToCalculate

learn.whatIsHeading

The Fibonacci sequence: 0, 1, 1, 2, 3, 5, 8, 13, 21... Each term is the sum of the two preceding. Consecutive Fibonacci ratios converge to φ (golden ratio ≈ 1.61803).

단계별 가이드

  1. 1F(0)=0, F(1)=1, F(n)=F(n−1)+F(n−2)
  2. 2Binet: F(n) = (φⁿ − ψⁿ)/√5
  3. 3φ = (1+√5)/2 ≈ 1.61803

풀어진 예시

입력
F(10)/F(9) = 34/21
결과
1.619 ≈ φ
Ratio converges to golden ratio

계산할 준비가 되셨나요? 무료 Fibonacci Generator 계산기를 사용해 보세요

직접 시도해 보세요 →

설정

개인정보이용약관정보© 2026 PrimeCalcPro