CAT 2024 Slot 3 — QA Question 22
Miscellaneous ProgressionsEasy
Consider the sequence t1 = 1, t2 = -1 and tn = tn-2 for n ≥ 3. Then, the value of the sum + + + ... + +
Answer & solution
-1024144
- B
-1022121
- C
-1026169
- D
-1023132
Solution
Hard
The recurrence links every even-indexed term to the previous even one. Telescope the product to get a closed form for , then becomes a clean quadratic in , and the sum is a standard sum of squares-type series.
1
Closed form for even terms. With and , set and telescope the product from .
2
Reciprocal term. Hence each summand is linear in .
3
Set the range. The sum runs over , i.e. .
4
Sum the odd numbers. The sum of the first odd numbers is , with .