A random person: :| How to get the general formula of the set of numbers if there is a difference in two consecutive differences
I have trouble understanding your question but I think I'll give it a try.
Suppose difference 1 is given by the absolute value of a-b (so the value is a-b if a>b and b-a if a<b) and difference 2 is given by the absolute value of c-d.
Then the difference between the two differences is simply abs(abs(a-b)-abs(c-d)) [abs := absolute value]
To get the absolute value of for example x, one can also do the following; sqrt(x
2) [sqrt := square-root]
This would make the general formula for the set of numbers sqrt(sqrt((a-b)
2)-sqrt((c-d)
2))
I must however say that I find it a strange thing to make a general formula for, so perhaps I misinterpreted the question.
Perhaps you can give me an example to illustrate what you mean.
Reinout