Fungrim home page

Fungrim entry: 2b6e60

φ=limnFn+1Fn\varphi = \lim_{n \to \infty} \frac{F_{n + 1}}{F_{n}}
TeX:
\varphi = \lim_{n \to \infty} \frac{F_{n + 1}}{F_{n}}
Definitions:
Fungrim symbol Notation Short description
GoldenRatioφ\varphi The golden ratio (1.618...)
SequenceLimitlimnaf ⁣(n)\lim_{n \to a} f\!\left(n\right) Limiting value of sequence
Infinity\infty Positive infinity
Source code for this entry:
Entry(ID("2b6e60"),
    Formula(Equal(GoldenRatio, SequenceLimit(Div(Fibonacci(Add(n, 1)), Fibonacci(n)), n, Infinity))))

Topics using this entry

Copyright (C) Fredrik Johansson and contributors. Fungrim is provided under the MIT license. The source code is on GitHub.

2019-06-18 07:49:59.356594 UTC