Skip to content

Latest commit

 

History

History
34 lines (20 loc) · 2.1 KB

README.md

File metadata and controls

34 lines (20 loc) · 2.1 KB

FibonacciNumbers

The FibonacciNumbers are the results of the Fibonacci series.

Summary

  1. Introduction
  2. Mathematics
  3. Contributing

Introduction

If you have the weird wish to learn more about the fibonnacci series here are some facts. The fibonacci series was named after the Italian Leonardo Fibonacci (*1170 - †1240). Leonardo Fibonacci developed the series because he wanted a formular for the growth of a rabbit population. The great thing about the series is, that after many times of researches from a lot of scientists, it was found, that the series is representing lots of natural growth processes.

The 3 most important facts of the fibonacci series are the following:

  • natural growing is following an addition rule because of the relation from the predecessor and successor of a special sequence member.
  • The fibonacci series has a direct context to the golden ratio.
  • This approximation is alternating, that is why the quotients are smaller and larger than the golden ratio.

If you like to know more about the fibonacci series press here.

Mathematics

The recursive formation rule is the following:

The explicid formation rule is the following:

Contributing

Creating a pull request is great for all interested people. So be nice and make a pull request to this repository!