> anishgoyal


NotesMATH 2130: Discrete Mathematics Lecture 10

Progressions, Sequences, and Recurrences

calendar_today   article 180 words   access_time 1 min   replay Modified

Table of Contents

Geometric Progression

$$a, ar, ar^2, \dots , ar^n$$

where the initial term $a$ and common ratio $r$ are real numbers

Arithmetic Progression

$$a, a + d, a + 2d, \dots , a + nd$$

where the initial term $a$ and the common difference $d$ are real numbers

Strings

Recurrence Relation

Fibonacci Sequence

Solving Recurrence Relations

Iterative Method

Induction

References

Sources

Graph