Sequence Patterns
Many tests give a few terms of a sequence and ask for the next term. But the next term can be anything you want it to be. This program takes a sequence of integers and finds the polynomial of lowest degree that will generate the sequence.

First Few Terms