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
Latest Version
1.1.1fUploaded by
Dancho Dancho
Requires Android
Android 2.3.4+
Category
Free Education AppContent Rating
Everyone
Report
Flag as inappropriateLast updated on Apr 12, 2016
Summary of changes in this release:
1) Fixed NumberFormatException bug. (Issue #33 on the public Trello taskboard.)