Recurrence Relations
A recurrence relation fixes an entire sequence from one starting term and a rule that builds each term from the one before. Give it a first term and a rule, and repeating that rule spins out the next terms without end. Add a fixed amount for an arithmetic sequence, multiply by a fixed ratio for a geometric one, and if the added amount changes, a sigma sum builds the general term. Here a slider adds terms one at a time so you can watch the recurrence draw the sequence.