• Fibonacci Sequence Generator 1
  • Fibonacci Sequence Generator 2
  • Fibonacci Sequence Generator 3
  • Fibonacci Sequence Generator 4

Fibonacci Sequence Generator

This app will calculate a very large sequence of Fibonacci numbers.
A Fibonacci sequence is a series in which each number is the sum of the previous two: F(n) = F(n-2) + F(n-1), where F(0)=0 and F(1)=1.

The ratio of successive Fibonacci numbers F(n) / F(n-1) approaches a constant known as the Golden Ratio (Phi).

In addition to the sequence, this app shows details about each term, such as the number of digits and the Golden Ratio.

Did you know that the 100,000'th term of the Fibonacci sequence is 20899 digits long? Learn that and more with this app!

You can check out the roadmap and vote for new features on our Public Trello Board: https://trello.com/b/pFyIEqWk/sequences

Category : Education

Related searches

Reviews (6)

Sou. C. Apr 30, 2021     

Best in class. The ability to generate large terms is exceptional, most apps of this type max out at Integer.MAX_VALUE (guessing you're using BigInteger here 😎), the UI is also attractive && UX is fluent and intuitive. perfect. public boolean isPerfect(){ return true; }

Ton. P. Nov 2, 2021     

Very nice but doesn't allow for copying or saving

Jam. G. Jan 5, 2021     

Excellent. Just what i was looking for. :-)

Sha. S. Apr 29, 2022     

cool stuff you got here !

Rya. S. May 3, 2019     

a legend built this!

Ron. H. Apr 9, 2016     

So useful. I should have looked for this app earlier. Job well done.