1/5
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced |
---|
No study sessions yet.
Arithmetic explicit
an = d(n-1) + a1
Geometric recursive
a1= ; (an-1)r
Geometric explicit
an = (a1)r^n-1
Arithmetic recursive
a1= ; an = an-1 + d
Geometric series
Sn = a1-r(an) / 1-r
Arithmetic series
Sn = n(a1+an) / 2