Subsequence

Let be an be an increasing sequence of natural numbers and be a sequence. Then we call

a subsequence of .

indexes the subsequence (1st pick, 2nd pick, …), says where each pick lives in the original. The requirement means you pick in order, but can skip terms.

Even-indexed subsequence of

The full sequence:

Pick (even indices):

Pick (odd indices):

The full sequence diverges (it jumps), but each subsequence converges.

Subsequence of primes

Let and pick only prime indices:

Subsequence:

Same limit as the full sequence. This always happens: if , then every subsequence also (there’s no way to “escape” by picking terms, since all terms eventually stay near ).