The next four number in the sequence are... 4,5,5 & 6
it will be 4 1+1=2-2=0+3=3-4=-1+5=4 regards, Aunali
24 The series formula is A(n) = n2 - 1 12 - 1 = 0 22 - 1 = 3 32 - 1 = 8 42 - 1= 15 52 - 1 = 24
The Fibonacci Series is a sequence of numbers produced by adding the last two numbers to get the next. It arbitrarily starts with 0, 1. The first few terms are: 0, 1, 1, 2, 3, 5, 8, 13 ... after 0, 1 these are generated by 0+1=1 1+1=2 2+1=3 2+3=5 3+5=8
The next term is -2.
4
This series is of the function f(x) = x2+1, starting with x=0.The next number in the series is 26. The number after that is 37.
4
The series is decreasing by a factor of 10 each time, moving from 100 to 10 to 1 to 0 to 1 to 0.1 to 0.01. The next number in the series would be 0.001, as it continues to decrease by a factor of 10 each time.
8
28
The series appears to be alternating between adding and subtracting numbers. The pattern seems to be adding 1, then subtracting 2, then adding 3, and finally subtracting 4. Following this pattern, the next number in the series would be 1 (subtracting 4 from -1).
The next four number in the sequence are... 4,5,5 & 6
it will be 4 1+1=2-2=0+3=3-4=-1+5=4 regards, Aunali
1 2 0 3 -1 4 -2 5 -3 6 or 1 2 3 4 5 6 ... interlaced with 0 -1 -2 -3 -4 -5 .....
24 The series formula is A(n) = n2 - 1 12 - 1 = 0 22 - 1 = 3 32 - 1 = 8 42 - 1= 15 52 - 1 = 24
CLS a = 0 b = 0 FOR i = 1 TO 10 IF a = 0 THEN f = 1 END IF PRINT f b = a a = f f = a + b NEXT i END from : Parth jani parthjani7@yahoo.com