This document provides an example of finding the rule for a linear sequence, where each term is found by adding a constant to the previous term. It shows working through an example sequence where the terms are 5, 8, 11, 14, 17 etc and each term is 3 greater than the previous term. It demonstrates setting up a table with the term position (n) and values, finding the difference between terms, and the rule that the nth term is given by the expression Term = 3n + 2.