Fibonacci
The Fibonacci sequence is adding the two previous sums in a sequence. eg. 0 1 1 2 3 5 8 13 21 34 55 ...
See the Pen by cuadraman (@cuadraman) on CodePen.
The Fibonacci sequence is adding the two previous sums in a sequence. eg. 0 1 1 2 3 5 8 13 21 34 55 ...
See the Pen by cuadraman (@cuadraman) on CodePen.