List of things named after Fibonacci

Last updated

The Fibonacci numbers are the best known concept named after Leonardo of Pisa, known as Fibonacci . Among others are the following.

Concepts in mathematics and computing
A professional association and a scholarly journal that it publishes
An asteroid
An art rock band

Related Research Articles

Fibonacci number Integer in the infinite Fibonacci sequence

In mathematics, the Fibonacci numbers, commonly denoted Fn, form a sequence, the Fibonacci sequence, in which each number is the sum of the two preceding ones. The sequence commonly starts from 0 and 1, although some authors omit the initial terms and start the sequence from 1 and 1 or from 1 and 2. Starting from 0 and 1, the next few values in the sequence are:

Fibonacci Italian mathematician (c. 1170–1245)

Fibonacci, also known as Leonardo Bonacci, Leonardo of Pisa, or Leonardo Bigollo Pisano, was an Italian mathematician from the Republic of Pisa, considered to be "the most talented Western mathematician of the Middle Ages".

In programming language theory, lazy evaluation, or call-by-need, is an evaluation strategy which delays the evaluation of an expression until its value is needed and which also avoids repeated evaluations (sharing).

In information theory, an entropy coding is a lossless data compression scheme that is independent of the specific characteristics of the medium.

In mathematics and computing, Fibonacci coding is a universal code which encodes positive integers into binary code words. It is one example of representations of integers based on Fibonacci numbers. Each code word ends with "11" and contains no other instances of "11" before the end.

A low-level programming language is a programming language that provides little or no abstraction from a computer's instruction set architecture—commands or functions in the language map that are structurally similar to processor's instructions. Generally, this refers to either machine code or assembly language. Because of the low abstraction between the language and machine language, low-level languages are sometimes described as being "close to the hardware". Programs written in low-level languages tend to be relatively non-portable, due to being optimized for a certain type of system architecture.

An Aggregate pattern can refer to concepts in either statistics or computer programming. Both uses deal with considering a large case as composed of smaller, simpler, pieces.

34 (thirty-four) is the natural number following 33 and preceding 35.

55 (fifty-five) is the natural number following 54 and preceding 56.

The FISH stream cipher is a fast software based stream cipher using Lagged Fibonacci generators, plus a concept from the shrinking generator cipher. It was published by Siemens in 1993. FISH is quite fast in software and has a huge key length. However, in the same paper where he proposed Pike, Ross Anderson showed that FISH can be broken with just a few thousand bits of known plaintext.

Zeckendorfs theorem On the unique representation of integers as sums of non-consecutive Fibonacci numbers

In mathematics, Zeckendorf's theorem, named after Belgian amateur mathematician Edouard Zeckendorf, is a theorem about the representation of integers as sums of Fibonacci numbers.

233 is the natural number following 232 and preceding 234.

The Fibonacci numbers are a sequence of integers, starting with 0, 1 and continuing 1, 2, 3, 5, 8, 13, ..., each new number being the sum of the previous two. The Fibonacci numbers, often presented in conjunction with the golden ratio, are a popular theme in culture. They have been mentioned in novels, films, television shows, and songs. The numbers have also been used in the creation of music, visual art, and architecture.

In mathematics, negaFibonacci coding is a universal code which encodes nonzero integers into binary code words. It is similar to Fibonacci coding, except that it allows both positive and negative integers to be represented. All codes end with "11" and have no "11" before the end.

Verner Emil Hoggatt Jr. was an American mathematician, known mostly for his work in Fibonacci numbers and number theory.

The Fibonacci Quarterly is a scientific journal on mathematical topics related to the Fibonacci numbers, published four times per year. It is the primary publication of The Fibonacci Association, which has published it since 1963. Its founding editors were Verner Emil Hoggatt Jr. and Alfred Brousseau; the present editor is Professor Curtis Cooper of the Mathematics Department of the University of Central Missouri.

Fibonacci retracement Technical analysis method (Finance)

In finance, Fibonacci retracement is a method of technical analysis for determining support and resistance levels. It is named after the Fibonacci sequence of numbers, whose ratios provide price levels to which markets tend to retrace a portion of a move, before a trend continues in the original direction.

In mathematics, a sequence of natural numbers is called a complete sequence if every positive integer can be expressed as a sum of values in the sequence, using each value at most once.

Alexey Stakhov Professor, mathematician, inventor, engineer

Alexey Petrovich Stakhov (Russian: Алексей Петрович Стахов Ukrainian: Олексій Петрович Стахов; born May 7, 1939, died January 25, 2021, is a Ukrainian mathematician, inventor and engineer, who has made contributions to the theory of Fibonacci numbers and the "Golden Section" and their applications in computer science and measurement theory and technology. Doctor of Computer Science, Professor. Author of over 500 publications, 14 books and 65 international patents.

Fibonacci nim Game of taking coins from a pile

Fibonacci nim is a mathematical subtraction game, a variant of the game of nim. Players alternate removing coins from a pile, on each move taking at most twice as many coins as the previous move, and winning by taking the last coin. The Fibonacci numbers feature heavily in its analysis; in particular, the first player can win if and only if the starting number of coins is not a Fibonacci number. A complete strategy is known for best play in games with a single pile of counters, but not for variants of the game with multiple piles.