Given a set of points (x,y) with distinct x values, find a polynomial that goes through all of them, then prove some results about the existence and uniqueness of these polynomials.
A sequence of polynomials starts 0, 1 and each poly is given by
combining the two polys in the sequence just before it. Investigate
and prove results about the roots of the polys.