Fibonacci sequence is a famous mathematical sequence, in which the last 2 numbers are summed to get the next number in the sequence. https://en.wikipedia.org/wiki/Fibonacci_numberFor example, the original sequence is 0, 1, 1, 2, 3, 5...Explanation:1. First, the sequence begins with 0, 12. 0 + 1 = 1 = 0, 1, 13. 1 + 1 = 2 = 1, 0, 1, 24. 1 + 2 = 3 = 0, 1, 1, 2, 35. 2 + 3 = 5 = 0, 1, 1, 2, 3, 5This app lets you calculate a Fibonacci sequence, starting from any numbers!Features:• Start your Fibonacci sequence from any two numbers.• Auto•generated sequence with all calculated numbers.• Auto•sum the generated sequence.• The amount of iterations is up to you!