Skip to content

fharookshaik/fibonacci-series

Repository files navigation

Open Source Helpers Codacy Badge

fibonacci_series

Hello Coders,

This repository is mainly targeted to collect program's in various programming languages of the famous Fibonacci series.

What is fibonacci series

A series of numbers in which each number (Fibonacci number) is the sum of the two preceding numbers is called as the Fibonacci Series.

The Fibonacci numbers can easily obtained by using the following formula:

  Tn = Tn-1 + Tn-2 

where

  • Tn = current term.
  • Tn-1 = preceeding term.
  • Tn-2 = second preceeding term.

This gives us the following sequence that goes to infinity:

    1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89, 144, ....

Contribution

Wanna Contribute to this repository.

Contribute to this repository for the Hacktoberfest2020.

Hacktoberfest 2021

People can contribute to this repository in the hacktoberfest month for cool grabs and to win a T-Shirt.

  • In order to win the goodies, One needs to finish 4 pull requests(PR).

Stuck with Queries. Feel free to contact me

LinkedIn  

Happy Coding !!

forthebadge