Given a sequence, how do you get a "rule" from its difference table? For example;
1, 2, 3, 4, 5, 6
1, 1, 1, 1, 1
Or
1, 2, 7, 16, 29
1, 5, 9, 14
4, 4, 4
I haven't really explored this topic before, and cannot find much online (I think I'm bad at searching)
Also I need this for a Lua program on iPod, if it's worth mentioning