Math ClubMath Club
v1 · padrão canônico

Lesson 16 — Numerical Sequences

Sequence as a function with domain ℕ. Recurrence relations, monotonicity, boundedness. Gateway to limits.

Used in: 1st year of HS (age 15) · Math B Japanese (ch. 数列) · Calculus I — US — preview

(an)nN,an=f(n)(a_n)_{n \in \mathbb{N}}, \quad a_n = f(n)

A sequence is a function from N\mathbb{N} to R\mathbb{R}. Each nn receives a term ana_n. Sequences are central objects in analysis (limit, series, convergence) and the foundation of formal calculus — they prepare Lesson 19 (preview) and Lesson 41 (formal limit).

Choose your door

Rigorous notation, full derivation, hypotheses

Definition and properties

How to describe a sequence

  1. Explicit formula (general term): an=2n+1a_n = 2n + 1 — terms 3,5,7,9,3, 5, 7, 9, \ldots
  2. Recurrence: a1=1a_1 = 1, an+1=an+2a_{n+1} = a_n + 2 — same result.
  3. Description: "the n-th prime number" — 2,3,5,7,11,13,2, 3, 5, 7, 11, 13, \ldots (no closed form).

Monotonicity

  • Increasing: an+1>anna_{n+1} > a_n \quad \forall n.
  • Non-decreasing: an+1ana_{n+1} \geq a_n.
  • Decreasing: an+1<ana_{n+1} < a_n.
  • Constant: an+1=ana_{n+1} = a_n.

Boundedness

(an)(a_n) is bounded if there exists M>0M > 0 with anM|a_n| \leq M for all nn. Bounded above if anM+a_n \leq M_+; bounded below if anMa_n \geq M_-.

Intuitive convergence (formalized in Lesson 41)

(an)(a_n) converges to LL if "ana_n gets arbitrarily close to LL as nn becomes large". Formally: limnan=L    ε>0, N:nNanL<ε\lim_{n \to \infty} a_n = L \iff \forall \varepsilon > 0,\ \exists N : n \geq N \Rightarrow |a_n - L| < \varepsilon

Famous sequences

NameDefinitionTerms
Natural numbersan=na_n = n1,2,3,1, 2, 3, \ldots
Squaresan=n2a_n = n^21,4,9,16,1, 4, 9, 16, \ldots
Harmonican=1/na_n = 1/n1,1/2,1/3,1, 1/2, 1/3, \ldots
FibonacciFn+2=Fn+1+FnF_{n+2} = F_{n+1} + F_n, F1=F2=1F_1 = F_2 = 11,1,2,3,5,8,13,1, 1, 2, 3, 5, 8, 13, \ldots
Geometrican=qna_n = q^nq,q2,q3,q, q^2, q^3, \ldots

"A sequence is just a list of numbers, but in Math 2E we make this list infinite." — Active Calculus §8.2

Worked examples

Exercise list

40 exercises · 10 with worked solution (25%)

Application 21Understanding 12Modeling 4Challenge 2Proof 1
  1. Ex. 16.1Application

    List the first five terms of the sequence an=3n1a_n = 3n - 1. (Resp: 2, 5, 8, 11, 14)

    Select the correct option
    Select an option first
    Show solution
    Computing an=3n1a_n = 3n - 1 for n=1,2,3,4,5n = 1, 2, 3, 4, 5: 2,5,8,11,142, 5, 8, 11, 14.
    Show step-by-step (with the why)
    1. Substitute n=1n=1: a1=3(1)1=2a_1 = 3(1)-1 = 2.
    2. Substitute n=2n=2: a2=3(2)1=5a_2 = 3(2)-1 = 5.
    3. Substitute n=3n=3: a3=3(3)1=8a_3 = 3(3)-1 = 8.
    4. Substitute n=4n=4: a4=3(4)1=11a_4 = 3(4)-1 = 11.
    5. Substitute n=5n=5: a5=3(5)1=14a_5 = 3(5)-1 = 14.
  2. Ex. 16.2Application

    List the first five terms of the sequence an=2n+1a_n = 2n+1. (Resp: 3, 5, 7, 9, 11)

    Select the correct option
    Select an option first
    Show solution
    Computing an=2n+1a_n = 2n+1 for n=1,2,3,4,5n=1,2,3,4,5: 3,5,7,9,113, 5, 7, 9, 11.
    Show step-by-step (with the why)
    1. a1=2(1)+1=3a_1 = 2(1)+1 = 3.
    2. a2=2(2)+1=5a_2 = 2(2)+1 = 5.
    3. a3=2(3)+1=7a_3 = 2(3)+1 = 7.
    4. a4=2(4)+1=9a_4 = 2(4)+1 = 9.
    5. a5=2(5)+1=11a_5 = 2(5)+1 = 11.
  3. Ex. 16.3Application

    List the first five terms of the sequence an=n2a_n = n^2. (Resp: 1, 4, 9, 16, 25)

    Select the correct option
    Select an option first
    Show solution
    Computing an=n2a_n = n^2 for n=1,ldots,5n = 1, ldots, 5: 1,4,9,16,251, 4, 9, 16, 25.
  4. Ex. 16.4ApplicationAnswer key

    List the first five terms of the sequence an=1n+1a_n = \frac{1}{n+1}.

    Select the correct option
    Select an option first
    Show solution
    Computing an=1n+1a_n = \frac{1}{n+1} for n=1,,5n=1,\ldots,5: 12,13,14,15,16\frac{1}{2}, \frac{1}{3}, \frac{1}{4}, \frac{1}{5}, \frac{1}{6}.
  5. Ex. 16.5Application

    List the first five terms of the sequence an=(1)na_n = (-1)^n. (Resp: -1, 1, -1, 1, -1)

    Select the correct option
    Select an option first
    Show solution
    The factor (1)n(-1)^n alternates sign. For n=1,2,3,4,5n=1,2,3,4,5: 1,1,1,1,1-1, 1, -1, 1, -1.
  6. Ex. 16.6Application

    List the first five terms of the sequence an=2n1a_n = 2^n - 1.

    Select the correct option
    Select an option first
    Show solution
    Computing an=2n1a_n = 2^n - 1 for n=1,2,3,4,5n=1,2,3,4,5: 1,3,7,15,311, 3, 7, 15, 31.
  7. Ex. 16.7Application

    List the first five terms of the sequence an=n+1na_n = \frac{n+1}{n}.

    Select the correct option
    Select an option first
    Show solution
    Computing an=n+1na_n = \frac{n+1}{n} for n=1,,5n=1,\ldots,5: 2,32,43,54,652, \frac{3}{2}, \frac{4}{3}, \frac{5}{4}, \frac{6}{5}.
  8. Ex. 16.8Application

    List the first five terms of the sequence an=1n!a_n = \frac{1}{n!}. (Resp: 1, 1/2, 1/6, 1/24, 1/120)

    Select the correct option
    Select an option first
    Show solution
    Computing an=1n!a_n = \frac{1}{n!} for n=1,,5n=1,\ldots,5: 1,12,16,124,11201, \frac{1}{2}, \frac{1}{6}, \frac{1}{24}, \frac{1}{120}.
    Show step-by-step (with the why)
    1. a1=11!=1a_1 = \frac{1}{1!} = 1.
    2. a2=12!=12a_2 = \frac{1}{2!} = \frac{1}{2}.
    3. a3=13!=16a_3 = \frac{1}{3!} = \frac{1}{6}.
    4. a4=14!=124a_4 = \frac{1}{4!} = \frac{1}{24}.
    5. a5=15!=1120a_5 = \frac{1}{5!} = \frac{1}{120}.
  9. Ex. 16.9Application

    List the first five terms of the sequence an=(1)nna_n = (-1)^n \cdot n. (Resp: -1, 2, -3, 4, -5)

    Select the correct option
    Select an option first
    Show solution
    Computing an=(1)nna_n = (-1)^n \cdot n for n=1,,5n=1,\ldots,5: 1,2,3,4,5-1, 2, -3, 4, -5.
  10. Ex. 16.10Application

    Calculate the first 5 terms of the recursive sequence a1=5a_1 = 5, an+1=an+3a_{n+1} = a_n + 3. (Resp: 5, 8, 11, 14, 17)

    Select the correct option
    Select an option first
    Show solution
    Using the recurrence: a1=5a_1=5, then a2=5+3=8a_2=5+3=8, a3=11a_3=11, a4=14a_4=14, a5=17a_5=17.
    Show step-by-step (with the why)
    1. Given a1=5a_1 = 5.
    2. a2=a1+3=5+3=8a_2 = a_1 + 3 = 5 + 3 = 8.
    3. a3=a2+3=8+3=11a_3 = a_2 + 3 = 8 + 3 = 11.
    4. a4=a3+3=11+3=14a_4 = a_3 + 3 = 11 + 3 = 14.
    5. a5=a4+3=14+3=17a_5 = a_4 + 3 = 14 + 3 = 17.
  11. Ex. 16.11Application

    Which explicit formula generates the sequence 2,5,10,17,26,2, 5, 10, 17, 26, \ldots?

    Select the correct option
    Select an option first
    Show solution
    The terms 2, 5, 10, 17, 26 correspond to 12+1,22+1,32+1,42+1,52+11^2+1, 2^2+1, 3^2+1, 4^2+1, 5^2+1, that is an=n2+1a_n = n^2+1.
  12. Ex. 16.12ApplicationAnswer key

    Which explicit formula generates the sequence 3,6,12,24,48,3, 6, 12, 24, 48, \ldots?

    Select the correct option
    Select an option first
    Show solution
    The terms 3, 6, 12, 24, 48 have ratio 2 between consecutive terms. For n=1n=1: 320=33 \cdot 2^0 = 3. Therefore an=32n1a_n = 3 \cdot 2^{n-1}.
  13. Ex. 16.13ApplicationAnswer key

    Calculate the first 6 terms of the Fibonacci sequence F1=F2=1F_1=F_2=1, Fn+2=Fn+1+FnF_{n+2}=F_{n+1}+F_n. (Resp: 1, 1, 2, 3, 5, 8)

    Select the correct option
    Select an option first
    Show solution
    With F1=F2=1F_1=F_2=1 and Fn+2=Fn+1+FnF_{n+2}=F_{n+1}+F_n: F3=2F_3=2, F4=3F_4=3, F5=5F_5=5, F6=8F_6=8. Sequence: 1, 1, 2, 3, 5, 8.
    Show step-by-step (with the why)
    1. F1=1F_1 = 1 (given).
    2. F2=1F_2 = 1 (given).
    3. F3=F2+F1=1+1=2F_3 = F_2 + F_1 = 1+1 = 2.
    4. F4=F3+F2=2+1=3F_4 = F_3 + F_2 = 2+1 = 3.
    5. F5=F4+F3=3+2=5F_5 = F_4 + F_3 = 3+2 = 5.
    6. F6=F5+F4=5+3=8F_6 = F_5 + F_4 = 5+3 = 8.
  14. Ex. 16.14Application

    Calculate the first 5 terms of the recursive sequence a1=1a_1 = 1, an+1=3ana_{n+1} = 3a_n. (Resp: 1, 3, 9, 27, 81)

    Select the correct option
    Select an option first
    Show solution
    With a1=1a_1=1 and an+1=3ana_{n+1}=3a_n: a2=3a_2=3, a3=9a_3=9, a4=27a_4=27, a5=81a_5=81.
  15. Ex. 16.15Understanding

    Identify the general term of the sequence 12,23,34,45,\frac{1}{2}, \frac{2}{3}, \frac{3}{4}, \frac{4}{5}, \ldots

    Select the correct option
    Select an option first
    Show solution
    The terms 12,23,34,45\frac{1}{2}, \frac{2}{3}, \frac{3}{4}, \frac{4}{5} follow the pattern an=nn+1a_n = \frac{n}{n+1}. Check: n=1n=1 gives 12\frac{1}{2}. Correct.
  16. Ex. 16.16Understanding

    Identify the general term of the sequence 1,12,13,14,1, -\frac{1}{2}, \frac{1}{3}, -\frac{1}{4}, \ldots

    Select the correct option
    Select an option first
    Show solution
    The terms 1,12,13,141, -\frac{1}{2}, \frac{1}{3}, -\frac{1}{4} alternate sign with a1>0a_1 > 0. The pattern is an=(1)n+1na_n = \frac{(-1)^{n+1}}{n}.
  17. Ex. 16.17UnderstandingAnswer key

    Identify the general term of the sequence 1,8,27,64,125,1, 8, 27, 64, 125, \ldots

    Select the correct option
    Select an option first
    Show solution
    The terms 1, 8, 27, 64, 125 are perfect cubes: 13,23,33,43,531^3, 2^3, 3^3, 4^3, 5^3. Therefore an=n3a_n = n^3.
  18. Ex. 16.18ApplicationAnswer key

    For the sequence with general term an=2n+1a_n = 2n+1, calculate the 8th term.

    Select the correct option
    Select an option first
    Show solution
    Using an=2n+1a_n = 2n+1: a8=2(8)+1=17a_8 = 2(8)+1 = 17.
  19. Ex. 16.19Application

    Calculate the first 5 terms of a1=2a_1=2, a2=3a_2=3, an+1=2anan1+1a_{n+1}=2a_n - a_{n-1}+1.

    Select the correct option
    Select an option first
    Show solution
    With a1=2a_1=2, a2=3a_2=3, and an+1=2anan1+1a_{n+1}=2a_n - a_{n-1} + 1 for n2n\geq 2: a3=2(3)2+1=5a_3=2(3)-2+1=5, a4=2(5)3+1=9a_4=2(5)-3+1=9, a5=2(9)5+1=17a_5=2(9)-5+1=17.
    Show step-by-step (with the why)
    1. a1=2a_1 = 2, a2=3a_2 = 3 (given).
    2. a3=2(3)2+1=5a_3 = 2(3) - 2 + 1 = 5.
    3. a4=2(5)3+1=9a_4 = 2(5) - 3 + 1 = 9.
    4. a5=2(9)5+1=17a_5 = 2(9) - 5 + 1 = 17.
  20. Ex. 16.20Application

    For the sequence an=n2a_n = n^2, what is the 10th term?

    Select the correct option
    Select an option first
    Show solution
    Using an=n2a_n = n^2: a10=102=100a_{10} = 10^2 = 100.
  21. Ex. 16.21Understanding

    Classify the sequence an=na_n = n in terms of monotonicity and boundedness.

    Select the correct option
    Select an option first
    Show solution
    Since an=na_n = n, each term is larger than the previous (increasing) and the terms grow without upper bound (unbounded above).
  22. Ex. 16.22Understanding

    Classify the sequence an=1na_n = \frac{1}{n} in terms of monotonicity and boundedness.

    Select the correct option
    Select an option first
    Show solution
    Since an=1na_n = \frac{1}{n}, an+1=1n+1<1n=ana_{n+1} = \frac{1}{n+1} < \frac{1}{n} = a_n (decreasing). Also an>0a_n > 0 for all nn (bounded below by 0).
    Show step-by-step (with the why)
    1. Verify an+1an=1n+11n=1n(n+1)<0a_{n+1} - a_n = \frac{1}{n+1} - \frac{1}{n} = \frac{-1}{n(n+1)} < 0: decreasing.
    2. Since 1n>0\frac{1}{n} > 0 for all n1n \geq 1: bounded below by 0.
    3. Since a1=1a_1 = 1 is the largest term: bounded above by 1.
  23. Ex. 16.23Understanding

    Classify the sequence an=(1)na_n = (-1)^n in terms of monotonicity and boundedness.

    Select the correct option
    Select an option first
    Show solution
    The terms of an=(1)na_n = (-1)^n alternate between -1 and 1. Therefore it is bounded (between -1 and 1) but not monotone (oscillates).
  24. Ex. 16.24Understanding

    Classify the sequence an=nn+1a_n = \frac{n}{n+1}. Is it increasing? Is it bounded?

    Select the correct option
    Select an option first
    Show solution
    Rewriting: an=nn+1=11n+1a_n = \frac{n}{n+1} = 1 - \frac{1}{n+1}. Since 1n+1\frac{1}{n+1} decreases, ana_n increases. Also an<1a_n < 1 for all nn, so it is bounded above by 1.
  25. Ex. 16.25Understanding

    What happens to the terms of the sequence an=(0.5)na_n = (0.5)^n as nn grows very large?

    Select the correct option
    Select an option first
    Show solution
    Since q=0.5<1|q| = 0.5 < 1, the powers (0.5)n(0.5)^n approach 0 as nn grows. The sequence converges to 0.
  26. Ex. 16.26Modeling

    A factory triples production each month, starting with 3 pieces. The production sequence follows an=3na_n = 3^n. In which month does production exceed 50 pieces?

    Select the correct option
    Select an option first
    Show solution
    The sequence is an=3na_n = 3^n: a1=3a_1=3, a2=9a_2=9, a3=27a_3=27, a4=81a_4=81. The limit of 50 pieces is exceeded at a4=81a_4=81, in month 4.
    Show step-by-step (with the why)
    1. a1=3a_1 = 3 (less than 50).
    2. a2=9a_2 = 9 (less than 50).
    3. a3=27a_3 = 27 (less than 50).
    4. a4=81>50a_4 = 81 > 50: limit exceeded in month 4.
  27. Ex. 16.27Modeling

    A grain of wheat doubles each day: an=2n1a_n = 2^{n-1} (with a1=1a_1=1). On which day does the number of grains exceed 50?

    Select the correct option
    Select an option first
    Show solution
    The sequence is an=2n1a_n = 2^{n-1}. Computing: a7=26=64a_7 = 2^6 = 64. Since a6=32<50<64=a7a_6 = 32 < 50 < 64 = a_7, the limit is exceeded on day 7.
  28. Ex. 16.28Understanding

    Which statement is correct about sequences?

    Select the correct option
    Select an option first
    Show solution
    The Monotone Convergence Theorem guarantees that monotonicity plus boundedness implies convergence. Without both conditions, there is no guarantee (e.g.: an=na_n = n is monotone but diverges; (1)n(-1)^n is bounded but diverges).
  29. Ex. 16.29Understanding

    Classify the sequence an=2n1a_n = 2n - 1 in terms of monotonicity and boundedness.

    Select the correct option
    Select an option first
    Show solution
    Since an=2n1a_n = 2n - 1, we have an+1=2(n+1)1=2n+1>2n1=ana_{n+1} = 2(n+1)-1 = 2n+1 > 2n-1 = a_n (increasing). The terms grow without upper bound.
  30. Ex. 16.30Understanding

    Classify the sequence an=(12)na_n = \left(\frac{1}{2}\right)^n in terms of monotonicity and boundedness.

    Select the correct option
    Select an option first
    Show solution
    Computing: a1=12a_1 = \frac{1}{2}, a2=14a_2 = \frac{1}{4}, a3=18a_3 = \frac{1}{8}. The ratio an+1/an=12<1a_{n+1}/a_n = \frac{1}{2} < 1, so it is decreasing. And 0<an120 < a_n \leq \frac{1}{2}.
  31. Ex. 16.31ApplicationAnswer key

    Compute k=152k\sum_{k=1}^{5} 2k. (Resp: 30)

    Select the correct option
    Select an option first
    Show solution
    k=152k=2+4+6+8+10=30\sum_{k=1}^{5} 2k = 2+4+6+8+10 = 30.
    Show step-by-step (with the why)
    1. k=1k=1: 2(1)=22(1) = 2.
    2. k=2k=2: 2(2)=42(2) = 4.
    3. k=3k=3: 2(3)=62(3) = 6.
    4. k=4k=4: 2(4)=82(4) = 8.
    5. k=5k=5: 2(5)=102(5) = 10.
    6. Sum: 2+4+6+8+10=302+4+6+8+10 = 30.
  32. Ex. 16.32ApplicationAnswer key

    Compute k=110k\sum_{k=1}^{10} k. (Resp: 55)

    Select the correct option
    Select an option first
    Show solution
    k=110k=1+2++10=10112=55\sum_{k=1}^{10} k = 1+2+\cdots+10 = \frac{10 \cdot 11}{2} = 55.
  33. Ex. 16.33ApplicationAnswer key

    Compute k=25k\sum_{k=2}^{5} k. (Resp: 14)

    Select the correct option
    Select an option first
    Show solution
    Expanding: k=25k=2+3+4+5=14\sum_{k=2}^{5} k = 2+3+4+5 = 14.
  34. Ex. 16.34Application

    Compute k=0412k\sum_{k=0}^{4} \frac{1}{2^k}. (Resp: 31/16)

    Select the correct option
    Select an option first
    Show solution
    Expanding: k=0412k=1+12+14+18+116=16+8+4+2+116=3116\sum_{k=0}^{4} \frac{1}{2^k} = 1 + \frac{1}{2} + \frac{1}{4} + \frac{1}{8} + \frac{1}{16} = \frac{16+8+4+2+1}{16} = \frac{31}{16}.
  35. Ex. 16.35Modeling

    Which summation notation correctly represents the sum 1+2+3++n1 + 2 + 3 + \cdots + n?

    Select the correct option
    Select an option first
    Show solution
    The sum 1+2+3++n1+2+3+\cdots+n is the sum of the first nn natural numbers, written as k=1nk\sum_{k=1}^{n} k.
  36. Ex. 16.36Modeling

    Which summation notation correctly represents the sum of the first nn odd numbers 1+3+5++(2n1)1 + 3 + 5 + \cdots + (2n-1)?

    Select the correct option
    Select an option first
    Show solution
    The odd numbers $1, 3, 5, \ldots, (2n-1)$ have the k-th term equal to 2k12k-1. Therefore the sum is written k=1n(2k1)\sum_{k=1}^{n}(2k-1). Note: k=0n1(2k+1)\sum_{k=0}^{n-1}(2k+1) is also equivalent.
  37. Ex. 16.37Understanding

    Expand and identify k=15k2\sum_{k=1}^{5} k^2.

    Select the correct option
    Select an option first
    Show solution
    k=15k2=12+22+32+42+52=1+4+9+16+25=55\sum_{k=1}^{5} k^2 = 1^2 + 2^2 + 3^2 + 4^2 + 5^2 = 1+4+9+16+25 = 55.
  38. Ex. 16.38Challenge

    What is the closed form for the sum of the first nn natural numbers k=1nk\sum_{k=1}^{n} k?

    Select the correct option
    Select an option first
    Show solution
    The closed form of k=1nk\sum_{k=1}^{n} k is n(n+1)2\frac{n(n+1)}{2} (Gauss). For n=10n=10: 10112=55\frac{10 \cdot 11}{2} = 55, which agrees with the direct sum.
    Show step-by-step (with the why)
    1. Write the sum S=1+2++nS = 1+2+\cdots+n.
    2. Write the sum backwards: S=n+(n1)++1S = n+(n-1)+\cdots+1.
    3. Add the two lines: 2S=n(n+1)2S = n \cdot (n+1).
    4. Divide by 2: S=n(n+1)2S = \frac{n(n+1)}{2}.
  39. Ex. 16.39ChallengeAnswer key

    What happens to the sequence an=(1)nna_n = \frac{(-1)^n}{n} when nn \to \infty?

    Select the correct option
    Select an option first
    Show solution
    Since (1)n(-1)^n is always between -1 and 1, and nn grows without limit, the quotient (1)nn\frac{(-1)^n}{n} approaches 0. The oscillation becomes smaller and smaller.
    Show step-by-step (with the why)
    1. Compute an=1n|a_n| = \frac{1}{n}.
    2. Since 1n0\frac{1}{n} \to 0, the absolute value of the sequence goes to 0.
    3. Therefore an0a_n \to 0 even with sign alternation.
  40. Ex. 16.40ProofAnswer key

    Analyze the monotonicity of the sequence an=n2+1na_n = \frac{n^2+1}{n} for n1n \geq 1.

    Select the correct option
    Select an option first
    Show solution
    Rewriting an=n+1na_n = n + \frac{1}{n}. Then an+1an=11n(n+1)>0a_{n+1} - a_n = 1 - \frac{1}{n(n+1)} > 0 for all n1n \geq 1. Therefore increasing.
    Show step-by-step (with the why)
    1. Rewrite: an=n2+1n=n+1na_n = \frac{n^2+1}{n} = n + \frac{1}{n}.
    2. Compute an+1an=11n(n+1)a_{n+1} - a_n = 1 - \frac{1}{n(n+1)}.
    3. Since 1n(n+1)<1\frac{1}{n(n+1)} < 1 for n1n \geq 1, the difference is positive.
    4. Conclusion: an+1>ana_{n+1} > a_n, so the sequence is increasing.

Sources

Updated on 2026-05-05 · Author(s): Clube da Matemática

Found an error? Open an issue on GitHub or submit a PR — open source forever.