Answer
a) Defined explicitly, not recursively.
b) Defined recursively
Work Step by Step
a) $a_n$ can be computed directly, since it depends on $n$ only and not on preceding terms.
b) $b_n$ is computed in terms of the preceding term $b_{n-1}$, hence the sequence ${{b_n}}$ is defined recursively.