Sequences#

The formal definition of sequences is a collection of ordered objects with potential repetitions.

The study of these sequences leads to many interesting results. Here we will concentrate on using recursive definitions to generate the values in a sequence.

Important

In this chapter we will cover:

  • Using recursion.