how do u identify a fibonacci sequence?
Fibonacci series: 0, 1, 1, 2, 3, 5, 8, 13, 21, 34............
In this series, the first two numbers are 0 and 1, and each subsequent number is the sum of the previous two.
So, to identify this series, sum the sum of the subsequent numbers.