News

Learn about the origins of the Fibonacci sequence, its relationship with the golden ratio and common misconceptions about its significance in nature and architecture.
The famous sequence of numbers became known as the "secret code of nature" and can be seen in the natural world in several cases. But, after all, how does this sequence relate to architecture?
To convert data, we propose and develop the Fibonacci-octal code, which consists of a sequence of 4-bit codes - modules containing 8 Fibonacci numbers. An important feature of the Fibonacci-octal code ...
fibonacci_sequence = [0,1] #Starts the list of fibonacci numbers. for i in range (times-2): #Loops around for 2 less than the number of digits asked for (2 digits are already in the list of digits).