The problem gives us a recursive formula for a sequence $U_n$: $U_1 = 7$ $U_n = 3U_{n-1} + 2n$ for $n \ge 2$. We are asked to find the values of $U_2$, $U_3$, and $U_4$.
2025/7/8
1. Problem Description
The problem gives us a recursive formula for a sequence :
for .
We are asked to find the values of , , and .
2. Solution Steps
First, we find . Using the formula with , we have:
Since , we get:
.
Next, we find . Using the formula with , we have:
Since , we get:
.
Finally, we find . Using the formula with , we have:
Since , we get:
.