1. Write down the first 4 terms of the sequence with $n$th term given by $u_n = 2^n$.
$2,4,8,16$
2. The $n$th term of the sequence $$4,7,10,13, ...$$ is given by $u_n = an+b$. Find $u_n$.
$3n+1$
3. Suggest possible expressions for the $n$th term of the following sequences:
$3,9,27,81,243...$
$0,1,8,27,64...$
$3^n$
$(n-1)^3$
4. The $n$th term of a sequence is given by $$u_n = a + 3^{n-2}$$ Given that $u_3 = 11$, find $u_6$.
$89$
5. The $n$th term of a sequence is given by $$u_n = n(2n+k)$$ Given $u_6 = 2u_4-2$, prove that $$u_n - u_{n-1} = an+b$$ for all values of $n$, where $a$ and $b$ are constants to be found.
$4n+3$
6. The $n$th term of a sequence is given by $$u_n = k^n-3$$ Given that $u_1+u_2 = 0$, find two possible values for $u_5$.
$-246, 29$
7. Write down the first 4 terms of the following sequences:
$u_n = u_{n-1}+4$, $u_1 = 3$
$u_{n+1} = 2u_n+5$, $u_1 = -2$
$3,7,11,15$
$-2,1,7,19$
8. The sequence $$-4,-3,-1,3,11$$ can be defined by the recurrence relation $u_n = au_{n-1} + b$. Find $a$ and $b$.
$a=2,b=5$
9. For the following sequences, find expressions for $u_3$ in terms of $k$:
$u_n = 4u_{n-1}-k \quad u_1 = k$
$u_{n+1} = \dfrac{u_n}{k} \quad u_1 = 4$
$11k$
$\dfrac{4}{k^2}$
10. For the following sequences, find expressions for $u_3$ in terms of $k$: