To determine the correct recursive formula for the arithmetic sequence 1, 13, 25, 37, ..., we first need to identify the common difference.
- The first term is 1.
- The second term is 13, and the difference is \(13 - 1 = 12\).
- The third term is 25, and the difference is \(25 - 13 = 12\).
- The fourth term is 37, and the difference is \(37 - 25 = 12\).
The common difference between consecutive terms is 12.
Thus, the recursive formula for the sequence can be written as:
- \(A(n) = A(n - 1) + 12\); with the initial condition \(A(1) = 1\).
So the correct choice from the given options is:
B. \(A(n) = A(n - 1) + 12\); \(A(1) = 1\).