Lecture 16 - Sequences & Summations

0.0(0)
studied byStudied by 0 people
0.0(0)
full-widthCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/9

flashcard set

Earn XP

Description and Tags

These flashcards cover key vocabulary terms related to Logic and Algorithms, specifically focusing on sequences and summations.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

10 Terms

1
New cards

Sequence

A function whose domain is a subset of integers.

2
New cards

Term of a sequence

The expression an represents a sequence, where n is the index.

3
New cards

Explicit formula

An equation that defines the nth term of a sequence directly, such as an = 2n + 1.

4
New cards

Recursive definition

A way to define a sequence using initial term(s) and a recurrence relation.

5
New cards

Geometric sequence

A sequence where each term is found by multiplying the previous term by a constant, known as the common ratio.

6
New cards

Arithmetic sequence

A sequence where each term is found by adding a constant, known as the common difference, to the previous term.

7
New cards

Summation notation

A mathematical notation used to express the sum of terms in a sequence.

8
New cards

Index of summation

The variable used in summation notation, which often represents the position of a term in the sum.

9
New cards

Closed form

An expression that provides an exact value of a summation without using summation notation.

10
New cards

Recurrence relation

A formula that relates each term in a sequence to one or more of its predecessors.