Key Concepts and Formulas
- Finding the n-th term from the sum of the first n terms: If Sn=a1+a2+⋯+an, then the n-th term an can be found using an=Sn−Sn−1 for n≥2, and a1=S1.
- Summation of products of consecutive integers: The sum of products of three consecutive integers can be simplified using the identity ∑k=1nk(k+1)(k+2)=4n(n+1)(n+2)(n+3).
- Prime Factorization: The process of expressing a composite number as a product of its prime factors.
Step-by-Step Solution
Step 1: Find the general term an.
We are given the sum of the first n terms as Sn=a1+a2+…+an=(n+1)(n+2)n2+3n.
To find the n-th term, an, we use the relationship an=Sn−Sn−1 for n≥2.
First, let's find Sn−1:
Sn−1=((n−1)+1)((n−1)+2)(n−1)2+3(n−1)=n(n+1)n2−2n+1+3n−3=n(n+1)n2+n−2
Now, we calculate an:
an=Sn−Sn−1=(n+1)(n+2)n2+3n−n(n+1)n2+n−2
To subtract these fractions, we find a common denominator, which is n(n+1)(n+2):
an=n(n+1)(n+2)n(n2+3n)−(n+2)(n2+n−2)
an=n(n+1)(n+2)(n3+3n2)−(n3+n2−2n+2n2+2n−4)
an=n(n+1)(n+2)n3+3n2−(n3+3n2−4)
an=n(n+1)(n+2)4
This formula is valid for n≥2. Let's check for n=1.
S1=(1+1)(1+2)12+3(1)=2⋅34=32.
Using the derived formula for an with n=1: a1=1(1+1)(1+2)4=1⋅2⋅34=64=32.
Since a1=S1, the formula an=n(n+1)(n+2)4 is valid for all n≥1.
Step 2: Calculate ∑k=110ak1.
From Step 1, we have ak=k(k+1)(k+2)4. Therefore, ak1=4k(k+1)(k+2).
We need to calculate:
∑k=110ak1=∑k=1104k(k+1)(k+2)=41∑k=110k(k+1)(k+2)
We use the formula for the sum of products of consecutive integers: ∑k=1nk(k+1)(k+2)=4n(n+1)(n+2)(n+3).
For n=10:
∑k=110k(k+1)(k+2)=410(10+1)(10+2)(10+3)=410⋅11⋅12⋅13
∑k=110k(k+1)(k+2)=417160=4290
Now, substitute this back into the sum of reciprocals:
∑k=110ak1=41(4290)=44290
Step 3: Calculate 28∑k=110ak1 and find its prime factorization.
We are given that 28∑k=110ak1=p1p2p3…pm.
Substitute the value of the sum from Step 2:
28∑k=110ak1=28⋅44290
28∑k=110ak1=7⋅4290
Now, we find the prime factorization of 7⋅4290:
7⋅4290=7⋅(10⋅429)=7⋅(2⋅5)⋅(3⋅143)=7⋅2⋅5⋅3⋅(11⋅13)
Rearranging the prime factors in ascending order:
28∑k=110ak1=2⋅3⋅5⋅7⋅11⋅13
The prime numbers p1,p2,…,pm are the distinct prime factors. In this case, the prime factors are 2, 3, 5, 7, 11, and 13.
Thus, p1=2, p2=3, p3=5, p4=7, p5=11, and p6=13.
The number of these prime factors is m=6.
Common Mistakes & Tips
- Incorrectly calculating Sn−1: Ensure that when substituting n−1 into the expression for Sn, all occurrences of n are replaced by n−1.
- Forgetting to check a1: While the formula an=Sn−Sn−1 is generally for n≥2, it's crucial to verify if the derived formula for an also holds for n=1 by comparing it with a1=S1.
- Errors in prime factorization: Double-check the prime factorization of the final number to ensure all factors are indeed prime and that no factors are missed.
Summary
The problem required us to first find the general term an of the sequence using the given sum Sn. This was achieved by calculating an=Sn−Sn−1, leading to an=n(n+1)(n+2)4. Next, we computed the sum of the reciprocals of the first 10 terms, ∑k=110ak1, by utilizing the formula for the sum of products of consecutive integers, which resulted in 44290. Finally, we multiplied this sum by 28 and performed a prime factorization of the result, 28⋅44290=7⋅4290=2⋅3⋅5⋅7⋅11⋅13. The number of distinct prime factors, m, was found to be 6.
The final answer is \boxed{6} which corresponds to option (C).