At Loggerheads With Log-recursions!

log n ( n T n ) = log n + 1 T n + 1 \log_n (n T_n) = \log_{n+1} T_{n+1}

Consider a sequence of positive integers given by 1 = T 2 , T 3 , T 4 , 1 = T_2, T_3, T_4, \ldots that satisfy the above recurrence relation. What is the number of factors of T 100 T_{100} ?


The answer is 38809.

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.

1 solution

l o g n ( n T n ) = l o g n + 1 ( T n + 1 ) log_{n} (nT_{n}) = log_{n+1}(T_{n+1})

Therefore,

1 + l o g n ( T n ) = l o g n + 1 ( T n + 1 ) 1+log_{n}(T_{n}) = log_{n+1}(T_{n+1})

Since log 2 T 2 = log 2 1 = 0 \log_2 T_2 = \log_2 1 = 0 , it follows that log n T n = n 2 \log_n T_n = n - 2 .

Thus, T n = n n 2 T_{n} = n^{n-2} .

This gives us T 100 = 10 0 98 = 2 196 5 196 T_{100} = 100^{98} = 2^{196} * 5^{196}

Therefore the number of divisors is ( 196 + 1 ) ( 196 + 1 ) = 38809 (196+1)(196+1)=\boxed{38809}

In problem it is given that T 2 = 1 T_{2} = 1 so a 2 = 0 a_{2} = 0 and hence a n a_{n} cannot equal n

Also you wrote that I = 2 n ( 1 ) = n + 1 \sum_{I =2}^n(1) = n+1 which I think should be n 1 n-1 Hence a n + 1 = n 1 a_{n+1} = n-1 and hence a 100 = 98 a_{100} = 98

So T 100 = 10 0 98 T_{100} = 100^ {98}

so answer should be ( 196 + 1 ) ( 196 + 1 ) = 38809 (196+1)(196+1) = 38809 Correct me if I'm wrong

Hargun Preet Singh - 5 years, 3 months ago

Log in to reply

I completely agree since I got same answer as that of @Hargun Singh . Please look into it @Rohith M.Athreya

neelesh vij - 5 years, 3 months ago

Log in to reply

see the reports section of the problem

ur doubts have been addressed.

Rohith M.Athreya - 5 years, 3 months ago

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 log 2 T 2 = 0 \log_2 T_2 = 0 , it is not valid to claim that log n T n = n \log_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.

Calvin Lin Staff - 5 years, 3 months ago

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.

Rohith M.Athreya - 5 years, 3 months ago

Log in to reply

@Rohith M.Athreya Thanks. I have updated the answer to 38809.

Calvin Lin Staff - 5 years, 3 months ago

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...