Consider if we have number sequence e.g. $\left\{ 1, 6, 62, 344, ... \right\}$ I'd like to ask if is it possible to compute or estimate form of $n$-th element of this series.
Is it possible with Mathematica or maybe some math processes? I'll be glad for all hints and solution to this topic. Greetings,
It really depends on how your sequence is generated.
If it comes from a real world problem, the ideal "function" which perfectly models your data is usually too complicated and takes too many parameters into account to even think about inferring it.
However there are a lot of statistical tools at your disposal to try and fit the data to predict further values. The problem you're facing is called "Regression" which is basically trying to find a simpler version of the "ideal function" which will model your data as much as it cans while still optimizing the prediction of future values.