To find the first five terms of the sequence defined by the recursive formula \( a_n = 5a_{n-1} - 1 \) with \( a_1 = 0 \), we can compute each term step by step.
-
For \( n = 1 \): \[ a_1 = 0 \]
-
For \( n = 2 \): \[ a_2 = 5a_{1} - 1 = 5(0) - 1 = -1 \]
-
For \( n = 3 \): \[ a_3 = 5a_{2} - 1 = 5(-1) - 1 = -5 - 1 = -6 \]
-
For \( n = 4 \): \[ a_4 = 5a_{3} - 1 = 5(-6) - 1 = -30 - 1 = -31 \]
-
For \( n = 5 \): \[ a_5 = 5a_{4} - 1 = 5(-31) - 1 = -155 - 1 = -156 \]
So, the first five terms of the sequence are:
\[ 0, -1, -6, -31, -156 \]
Based on the options provided, the correct response is:
0, -1, -6, -31, -156.