What does this notation mean $\{a_k\}_{k=i}^n$?
I saw it in sites talking about sequences but there was no explanation of what it meant.
E: I reviewed the other post, this is not a duplicate, and the chosen answer described what I asked.
What does this notation mean $\{a_k\}_{k=i}^n$?
I saw it in sites talking about sequences but there was no explanation of what it meant.
E: I reviewed the other post, this is not a duplicate, and the chosen answer described what I asked.
${\{a_k\}}_{k=i}^n$ means the list of terms in the sequence $a_k$, ranging from $k=i$ to $k=n$; i.e.:
$$a_i,a_{i+1},a_{i+2},...,a_n$$
It means the following collection of objects: $$\{a_k\}_{k=i}^n=\left \{ a_i,a_{i+1},a_{i+2},\dots,a_n \right \}$$