User:Dz/fn: Difference between revisions

156 bytes added ,  2 May 2020
no edit summary
No edit summary
No edit summary
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
<div class="floatright" style="text-align: center">
<div style="text-align: center; padding-right: 300">
[[File:Goldenratio_fibonacci.png|center|class=shadow|300px]]
[[File:34 21-FibonacciBlocks.png|right|300px|thumb|A tiling with squares whose side lengths are successive Fibonacci numbers: 1, 1, 2, 3, 5, 8, 13 and 21.]]
</div>
</div>
In mathematics, the '''Fibonacci numbers''', commonly denoted <math>|''F<sub>n</sub>''</math>, form a [[integer sequence|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}}
 
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,
:<math>F_0=0,\quad F_1= 1,</math>
:<math>F_0=0,\quad F_1= 1,</math>
and
and
:<math>F_n=F_{n-1} + F_{n-2},</math>
:<math>F_n=F_{n-1} + F_{n-2},</math>
for {{math|''n'' > 1}}.
for <math>n > 1</math>.
 
The beginning of the sequence is thus:
:<math>0,\;1,\;1,\;2,\;3,\;5,\;8,\;13,\;21,\;34,\;55,\;89,\;144,\; \ldots</math>
 
== Resources: ==
== Resources: ==
*[https://en.wikipedia.org/wiki/Golden_spiral Golden spiral]
*[https://en.wikipedia.org/wiki/Golden_spiral Golden spiral]
*[https://en.wikipedia.org/wiki/Fibonacci_number Fibonacci numbers]
*[https://en.wikipedia.org/wiki/Fibonacci_number Fibonacci numbers]
== Discussion: ==
== Discussion: ==
22

edits