Laszlogm
- 1
- 0
The forum discussion centers around identifying the pattern in the numerical sequence: 12, 44, 130, 342, 840, 1976, 4518, 10130, 22396, 48996. Users confirmed that the sequence follows an exponential trend and proposed a polynomial function to describe it. The derived formula for the nth term is given by (n+1)(2^(n+1) - 2 - n). Additionally, MATLAB's cftool was used to fit the data, yielding a function of the form f(x) = a*exp(b*x) with parameters a = 14.61 and b = 0.7462.
PREREQUISITESMathematicians, data analysts, and anyone interested in sequence analysis and pattern recognition in numerical data.
Example? What is the shortest such sequence?zoki85 said:... There's possibility no analytical function that coincides with all terms exactly ...
No sequence is determined by giving finite number of termsKeith_McClary said:Example? What is the shortest such sequence?
I thought you were saying that there might be no function that agrees with the given finite number of terms. Of course there are many such functions.zoki85 said:No sequence is determined by giving finite number of terms