• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

need MAJOR HELP!!! need a numeric sequence app

Status
Not open for further replies.

Shingi

Senior member
Guys,

Not sure if this is the correct section but I'll give it a shot. I'm looking for numeric sequence prediction program. Say if I input a set of # or #s say three times and see if it can find a pattern on the next #.
say if I input

first input 3 0 0 4 2 9 6
second input 4 1 1 5 3 0 7
third input 5 2 2 6 4 1 8

Now if you're looking at the above # you would notice that I add one to each # every round. I need a program that can find patterns like that and predict the next #. Basically a program that can think and uses a gizillion methods to see if there is a trend/pattern and try to come up with the next set of #s. Is there such program and can I acquire it for use.

Or a second example would be something like this:
First set will be a+b+c = D
second set (D+a)+(D+b)+(D+c) = D
third set will be the same as second set because it just repeats the same process so
a,b,c would be what I would inpute and D would total +a,b,c and so on.

Is there such program? Also if i'm not clear on anything please let me know.
 
This isn't my area of expertise, but I recall reading something to the effect that there are an infinite number of equations which will describe any finite series of points.
 
DominionSeraph - you hit nail on the head. basically a program that will find the prediction using an infinite # of equations to find a pattern/trend or to see if there is one. So now the questions is "Do such programs exist?
 
Have you seen eureqa? They don't solve sequences, but the problem is similar.

Even if there are a infinite number of sequences, there are also an infinite number that describe the true sequence arbitrarily closely.
 
Last edited:
Perhaps you could write an application which would grab your data in a variety of ways & attempt to match it to the online encyclopedia of integer sequences?
i.e. if you put in "3 4 5", it would come up with a number of different integer sequences which contained 3 4 5. Then, you would compare your next set of data to that integer sequence or the rule for that integer sequence.
 
All good options except I do not know how to program, and is unwilling to learn how because I'm a people person rather than a coder. No offense, just that I would fall asleep trying to code. Thanks for all the help. . . I will try to go fromt these and see if I can dig up anything more.
 
Status
Not open for further replies.
Back
Top