Random number from the Fibonacci sequence for math and programming tasks
A Fibonacci number generator returns a random element of the famous sequence in which each number equals the sum of the two preceding ones (1, 1, 2, 3, 5, 8, 13, 21 and so on). The tool is useful for studying maths and programming, demonstrating the golden ratio, preparing tasks and simply getting to know one of the most famous numeric patterns.
You can quickly get a Fibonacci number online without computing the whole sequence by hand. This is convenient for teachers, students and developers who need an example from the Fibonacci series to illustrate algorithms or tasks.
Press the generate button โ the service picks a random number from the Fibonacci sequence and shows it on screen. Copy the result or generate a new one. Repeat to see how fast the values of the series grow.