1/7
You can do it!
Name | Mastery | Learn | Test | Matching | Spaced |
---|
No study sessions yet.
infinite sequence
a function whose domain is the set of all positive integers
finite sequence
the function consists of only n positive integers
fibonacci sequence
the sequence is definded recursively - the next term is defined by the previous term
series
the sum of a sequence
Partial sum
Contains an ending value
Actual infinite sum
Eventually will approach a number
Finite Arithemtic Sequence
Sn = n/2 * a1 + an (a1 = first term, an = last term)
Recursion Formula
If you know the nth term and the common difference, you can find the (n+1) term by using an+1 = an + d