Enter n to get F(n), the cumulative sum, and the golden-ratio approximation.

Examples

  • F(10) → 55; sum of first 10 = 143

Frequently asked questions

What is the golden ratio?

φ ≈ 1.618, the limit of F(n+1)/F(n).

Related calculators