#How are you supposed to solve a pattern of numbers?
10 messages · Page 1 of 1 (latest)
First, there is no solution!!! The are an infinite number of sequences that contain these data points.
We're really looking for the simplest to describe sequence that explains the data.
n^3+1 is the ONLY order 4 or less polynomial that fits all the given terms so it's a pretty simple description and obvious first guess (at least to a computer)
If you don't have a computer,
- you can look at d(n) = a(n)-a(n-1) and see that the sequence is super linear.
- you can look at d(n)-d(n-1) and see that the sequence is super-quadratic
Alr damn
<#