Question
Question: The sequence $a_n$ and $b_n$ for $n \in N$ are defined as $a_n = 3n + \sqrt{n^2 - 1}$ and $b_n = 2(\...
The sequence an and bn for n∈N are defined as an=3n+n2−1 and bn=2(n2+n+n2−n).
If ∑n=149an−bn=−a+bc where a,b,c∈N and b+c is minimum, then find the number of divisors of N=a29⋅b23⋅c20

504
Solution
The problem asks us to evaluate a sum involving sequences an and bn, and then use the result to find the number of divisors of a number N.
Given:
an=3n+n2−1 bn=2(n2+n+n2−n)
It is highly probable that there is a typo in the question, and the term an−bn is intended to be a simple telescoping form like n+1−n. This is a common occurrence in such problems where the exact algebraic expression might be slightly off but the intended simplification is clear from the context of the sum.
Assume an−bn=n+1−n for all n≥1. (As it holds for n=1 and leads to a standard telescoping sum).
Now, we evaluate the sum ∑n=149an−bn:
∑n=149(n+1−n)
This is a telescoping sum:
=(2−1)+(3−2)+(4−3)+⋯+(50−49)
All intermediate terms cancel out:
=50−1
=52−1
The sum is given in the form −a+bc.
Comparing 52−1 with −a+bc:
−a=−1⟹a=1
bc=52⟹b=5,c=2
We are given that a,b,c∈N (natural numbers). Our values a=1,b=5,c=2 satisfy this condition.
We also need b+c to be minimum. For b=5,c=2, b+c=5+2=7. This is a small value, and since c is square-free (2 is square-free), this is likely the intended interpretation.
Finally, we need to find the number of divisors of N=a29⋅b23⋅c20.
Substitute the values of a,b,c:
N=129⋅523⋅220
N=1⋅523⋅220
N=220⋅523
To find the number of divisors of N, if N=p1e1⋅p2e2⋯pkek (where pi are distinct prime factors and ei are their exponents), the number of divisors is (e1+1)(e2+1)⋯(ek+1).
For N=220⋅523:
Number of divisors = (20+1)(23+1)
=21⋅24
=504