We are given a sequence of numbers: $1, \frac{2}{2^{2-1}}, \frac{3}{3^{2-2}}, \frac{4}{4^{2-3}}, ...$. We are to find a general formula for the $n$-th term of this sequence.
2025/6/10
1. Problem Description
We are given a sequence of numbers: .
We are to find a general formula for the -th term of this sequence.
2. Solution Steps
Let be the -th term of the sequence.
We are given:
We can rewrite as .
Based on the pattern, we can write the general term as:
Let's verify for the first few terms:
The original problem statement has . My solution has .
The original problem statement has . My solution has .
The original problem statement has . My solution has .
Then we should find if and .
3. Final Answer
for and .
We can express this as:
$a_n =
\begin{cases}
1, & \text{if } n = 1 \\
n^{n-2}, & \text{if } n > 1
\end{cases}
Or simply if we interpret .
So, .
Final Answer: