Difference between revisions of "User:Dz/fn"
< User:Dz
Jump to navigation
Jump to search
Line 2: | Line 2: | ||
[[File:Goldenratio_fibonacci.png|center|class=shadow|300px]] | [[File:Goldenratio_fibonacci.png|center|class=shadow|300px]] | ||
</div> | </div> | ||
In mathematics, the '''Fibonacci numbers''', commonly denoted <math> | In mathematics, the '''Fibonacci numbers''', commonly denoted <math>''F_n''</math>, form a sequence, called the '''Fibonacci sequence''', such that each number is the sum of the two preceding ones, starting from 0 and 1. That is,{{Sfn | Lucas | 1891 | p=3}} | ||
:<math>F_0=0,\quad F_1= 1,</math> | :<math>F_0=0,\quad F_1= 1,</math> | ||
and | and |
Revision as of 01:52, 2 May 2020
In mathematics, the Fibonacci numbers, commonly denoted <math>F_n</math>, form a sequence, called the Fibonacci sequence, such that each number is the sum of the two preceding ones, starting from 0 and 1. That is,Template:Sfn
- <math>F_0=0,\quad F_1= 1,</math>
and
- <math>F_n=F_{n-1} + F_{n-2},</math>
for Template:Math.