This document defines and provides examples of different types of number sequences, including arithmetic, geometric, square number, triangular, and Fibonacci sequences. Arithmetic sequences have a constant difference between consecutive terms, while geometric sequences multiply each term by a fixed ratio. Square number sequences list the squares of consecutive integers. Triangular sequences count the number of dots forming triangular patterns. The Fibonacci sequence adds the two prior terms to generate the next term, starting with 0 and 1.