I remember reading that 'the next number in a sequence of numbers can be anything. It is all about finding the a relation between previous numbers such that the required number becomes next in sequence'.
For e.g: take the sequence 3,5,7...
- The next number can be 9, if we look at the sequence as A.P with common difference of 2.
- The next number can be 11, if we look at the sequence as sequence of prime numbers...
Basically it can be anything, if we can think of a relationship between the numbers...
I can't remember the name of the paradox. Can somebody help me?
Thanks, tecMav.
What Mark Bennet,xavierm02 and in a different way André Nicolas are saying is that whatever the next term in the sequence is, there is a relation that gives you that first terms of the sequence (this relation can be (a Lagrange) polynomial $f(n)$).
For example suppose that you have the sequence $3,5,7,\ldots .$ The next term can be $100$ and the relation giving your sequence can be $f(n)$ with $f=\frac{91}{6}x^3-91x^2+\frac{1013}{6}x-90$.