InvestorsHub Logo

StockScout1

03/04/16 1:38 PM

#272469 RE: peafunke #272465

Fibonacci Sequence
The Fibonacci Sequence is the series of numbers:

0, 1, 1, 2, 3, 5, 8, 13, 21, 34, ...

https://www.mathsisfun.com/numbers/fibonacci-sequence.html

The Fibonacci numbers are the sequence of numbers {F_n}_(n=1)^infty defined by the linear recurrence equation

F_n=F_(n-1)+F_(n-2)
(1)
with F_1=F_2=1. As a result of the definition (1), it is conventional to define F_0=0.

The Fibonacci numbers for n=1, 2, ... are 1, 1, 2, 3, 5, 8, 13, 21, ... (OEIS A000045).

Fibonacci numbers can be viewed as a particular case of the Fibonacci polynomials F_n(x) with F_n=F_n(1).

Fibonacci numbers are implemented in the Wolfram Language as Fibonacci[n].

The Fibonacci numbers are also a Lucas sequence U_n(1,-1), and are companions to the Lucas numbers (which satisfy the same recurrence equation).

http://mathworld.wolfram.com/FibonacciNumber.html

Only you, would find mathematics a lie.