4meta5 / reconocer

recognize relations from integer sequences
MIT License
0 stars 0 forks source link

generate polynomials from difference sequences #10

Closed 4meta5 closed 3 years ago

4meta5 commented 3 years ago

The general term of the sequence whose difference table has its 0th diagonal equal to c_0,c_1,...,c_p,0,0,0,.., where c_p != 0 is a polynomial in n of degree p satisfying h_n = c_0 (n choose 0) + c_1 (n choose 1) + ... + c_p * (n choose p)

An interesting observation is that we are NOT recognizing polynomials. We are generating them. They are uniquely determined by the difference sequence.

4meta5 commented 3 years ago

add docs to readme and itll be mergeable