71 79 95 109 The series: Sn+1 = Sn + Sum of the digits of Sn with S0 = 11
tn = t1+(n-1)d -- for arithmetic tn = t1rn-1 -- for geometric
1, 10, 3, 9, 5, 8, 7, ,7 ,9, 6 What is next weries? 11, 5 10 5 10 4 11 6 Which one?
The next size larger from a number 6 size screw.
In a Fibonacci sequence, sum of two successive terms gives the third term.... here is the Fibonacci sequence: 0,1,1,2,3,5,8,13,21,34,55,89,144........ General formula to generate a Fibonacci sequence is """Fn= Fn-1 + Fn-2""" To check whether a number is Fibonacci or not follow the following steps: 1) Get the number as input from user. 2) Fix the first two numbers of sequence as 0 and 1. 3) put a sentinel loop with upper limit being the input number. 4)in the body of loop generate the next number in sequence in each iteration and continue swapping the values as follows: a=0 b=1 next=a+b while (next< input) a=b b=next next=a+b wend 5) lastly when program exits the loop compare the last number of sequence with the input number if they are equal then number is Fibonacci otherwise not. otherwise the last term of sequence will be less than the input number.
A single number, such as 12848384 does not make a series.
The next number is -21
This is the series of square numbers, (16= 4*4). The next number is 5*5=25.
A single number, such as 364758 does not describe a sequence, nor a series.
59 is the next number in this series.
I'm convinced that 3,840 is.
The next number in the series is 67.
10
225
the answer will be 21
A single number such as 61205041320 does not make a series.
21