Skip to content

WebWork Sequences 1) list of #'s 2) graph 3) closed form 4) recursive form

4) Write the first 8 terms of the following sequence: a1=3,an+1=an+2

{3,5,7,9,11,13,15,17}

5) Write the first 8 terms of the following sequence: a1=1, an+1 = 3an

{1,3,9,27,81,243,729,2187}

6) Give the following sequence in closed form: 1, 8, 15, 22, 29,...

7n+1

Now give the sequence in recursive form.

\(a_{1}=1;a_{n+1}=a_{n}+7\)

7) Give the following sequence in closed form: 1, 4, 9, 16, 25, 36,...

an=n2

Now give the sequence in recursive form.

\(a_{1}=1;a_{n+1}=a_{n}+\left(2n+1\right)\)

8) Give the following sequence in closed form: 1, 2, 6, 24, 120, 720,...

an=n!

Now give the sequence in recursive form.

\(a_{1}=1;a_{n+1}=a_{n}\left(n+1\right)\)

Summing Sequences Σ

an=2n+1 (closed form) an:3,5,7,9,11, n:1,2,3,4,5, \(Format: n=Start Indexend index(closed form)\) \(Example: (5+7+9)=n=242n+1\)

9) Write the following as a sum: \(n=112n\)

1+2+3+4+5+6+7+8+9+10+11+12

Now evaluate the sum.

78

10) Write the following as a sum: \(n=25n2\)

4+9+16+25

Now evaluate the sum.

54

11) Write the following as a sum: \(n=36(n+1)(n+2)\)

20+30+42+56

Now evaluate the sum.

148

12) Write the following sum using summation notation: 2+4+6+8+10+12

n=162n

13) Write the following sum using summation notation: 3+5+7+9

n=142n+1

14) Write the following sum using summation notation: 1+16+81

n=13n4

15) Write the following sum using summation notation: 1+5+9+13

n=144n3

Is the following a True property of summation notation? Explain in a sentence, using specific examples. \(n=1kxan=cn=1kan\)