User:Dz/fn: Difference between revisions
< User:Dz
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
<div class="floatright" style="text-align: center"> | |||
[[File:34 21-FibonacciBlocks.png|center|class=shadow|300px|thumb|A tiling with squares whose side lengths are successive Fibonacci numbers: 1, 1, 2, 3, 5, 8, 13 and 21.]] | |||
</div> | |||
<div class="floatright" style="text-align: center"> | <div class="floatright" style="text-align: center"> | ||
[[File:Goldenratio_fibonacci.png|center|class=shadow|300px]] | [[File:Goldenratio_fibonacci.png|center|class=shadow|300px]] |
Revision as of 02:34, 2 May 2020
In mathematics, the Fibonacci numbers, commonly denoted [math]\displaystyle{ 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,
- [math]\displaystyle{ F_0=0,\quad F_1= 1, }[/math]
and
- [math]\displaystyle{ F_n=F_{n-1} + F_{n-2}, }[/math]
for [math]\displaystyle{ n \gt 1 }[/math].
The beginning of the sequence is thus:
- [math]\displaystyle{ 0,\;1,\;1,\;2,\;3,\;5,\;8,\;13,\;21,\;34,\;55,\;89,\;144,\; \ldots }[/math]