Fibonacci Sequence
[!INFO]-
topic: ๐ฅ๏ธ Tech
links:
source:
tags: #permanent-note #published
Last Modified:=dateformat(this.file.mtime, "MMM. dd, yyyy - HH:mm")
The Fibonacci sequence is a specific sequence of numbers. It stars with two ones and after that, each number is generated by adding the previous two numbers.
1, 1, 2, 3, 5, 8,โฆ