How can you represent the terms of a sequence explicitly? How can you represent them recursively? Provide mathematical examples to support your opinions.
In explicit representation, a sequence is represented in terms of the first term while in recursive representation, a sequence is represented in terms ot the previous term.