lo g n ( n T n ) = lo g n + 1 T n + 1
Consider a sequence of positive integers given by 1 = T 2 , T 3 , T 4 , … that satisfy the above recurrence relation. What is the number of factors of T 1 0 0 ?
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
In problem it is given that T 2 = 1 so a 2 = 0 and hence a n cannot equal n
Also you wrote that ∑ I = 2 n ( 1 ) = n + 1 which I think should be n − 1 Hence a n + 1 = n − 1 and hence a 1 0 0 = 9 8
So T 1 0 0 = 1 0 0 9 8
so answer should be ( 1 9 6 + 1 ) ( 1 9 6 + 1 ) = 3 8 8 0 9 Correct me if I'm wrong
Log in to reply
I completely agree since I got same answer as that of @Hargun Singh . Please look into it @Rohith M.Athreya
Log in to reply
see the reports section of the problem
ur doubts have been addressed.
Log in to reply
@Rohith M.Athreya – I don't think you've addressed the doubts in the reports section.
Judging by this solution, since lo g 2 T 2 = 0 , it is not valid to claim that lo g n T n = n .
I've flagged this problem. Please clarify what it is you are asking for, otherwise, I believe that the answer is indeed 38809.
Log in to reply
@Calvin Lin – well yeah!!
u seem to be right. i must have made a mistake along the way.
sorry for the mistake
i got the same answer too.
Problem Loading...
Note Loading...
Set Loading...
l o g n ( n T n ) = l o g n + 1 ( T n + 1 )
Therefore,
1 + l o g n ( T n ) = l o g n + 1 ( T n + 1 )
Since lo g 2 T 2 = lo g 2 1 = 0 , it follows that lo g n T n = n − 2 .
Thus, T n = n n − 2 .
This gives us T 1 0 0 = 1 0 0 9 8 = 2 1 9 6 ∗ 5 1 9 6
Therefore the number of divisors is ( 1 9 6 + 1 ) ( 1 9 6 + 1 ) = 3 8 8 0 9