The first ten terms of the Fibonacci sequence are 0, 1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89 and so on.
The Fibonacci numbers, sometimes known as Fn in mathematics, are a series of numbers. Each number in the Fibonacci sequence is composed of the sum of the two numbers before it. Typically, the sequence begins with 0 and 1.
means
0 + 1 = 1
1 + 1 = 2
1 + 2 = 3
2 + 3 = 5
3 + 5 = 8
5 + 8 = 13
8 + 13 = 21
13 + 21 = 34
21 + 34 = 55
34 + 55 = 89
Hence,the first ten terms of the Fibonacci sequence are 0, 1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89 and so on.
Learn more about Fibonacci series from here:
https://brainly.com/question/16934596
#SPJ4