Computer Science, asked by ghoshashitbaran09876, 9 months ago

Print first 10 terms of the series: 2, 3, 5, 8, 13, 21​

Answers

Answered by geetnagpal74
0

Answer:

The Fibonacci Sequence is the series of numbers: 0, 1, 1, 2, 3, 5, 8, 13, 21, 34, ...

...

Fibonacci Sequence

the 2 is found by adding the two numbers before it (1+1),

the 3 is found by adding the two numbers before it (1+2),

the 5 is (2+3),

and so on!

Similar questions