Fibonacci series

The Fibonacci series is a sequence of numbers in which each number is the sum of the two preceding ones, usually starting with 0 and 1. So, the Fibonacci series begins as follows:

0, 1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89, 144, 233, 377, …

Each number in the series (after the first two) is found by adding the two numbers that come before it. For example, 1 + 1 = 2, 2 + 1 = 3, 3 + 2 = 5, and so on.

The Fibonacci series has many interesting properties and appears in various areas of mathematics and nature. It is often used in computer science, algorithms, and problem-solving due to its recursive nature and mathematical patterns.

WAVEFORM

Fibonacci Series

RTL

Will update soon. if you want any help do comment.

TESTBENCH

Will update soon. if you want any help do comment.

Loading

Fibonacci series
Tagged on:                 

Leave a Reply

Your email address will not be published. Required fields are marked *