The document discusses recursive rules for defining sequences. It explains that a recursive rule defines subsequent terms of a sequence using previous terms, with one or more initial terms provided. Examples are worked through, such as finding the first five terms of the sequence where a1 = 3 and an = 2an-1 - 1, which are 3, 5, 9, 17, 33. Other sequences discussed include the Fibonacci sequence and examples of finding recursive rules to define other given sequences.