recategorized by
620 views
0 votes
0 votes

How to find log of the first n natural numbers?

$T(n)= \log 1+ \log 2+ \log 3+\ldots + \log n$  // How to proceed from here?

recategorized by

1 Answer

Best answer
1 votes
1 votes

you can write  log( 1 *2 *3 * ------------------n)

log( n ! )   answer    product of 1st n natural number = n ! 

other one :  1 + 2+ 3+ -------------+ n  = n(n+1) /2 

same way log 1 + log 2+ -------- log n = $\frac{logn(logn +1 )}{2}$   {  but it is not true  } 

selected by

Related questions

2.6k
views
0 answers
2 votes
shaz asked Feb 23, 2019
2,581 views
If log 2= 0.30103, the number of digits in 2^64 is :a.18 b.19 c.20 d.21
2.7k
views
0 answers
1 votes
Manu Thakur asked Oct 13, 2017
2,740 views
Consider the following context free grammar:$S \rightarrow ASA | aB$A \rightarrow B | S$B \rightarrow b | \epsilon$How many productions will be there in ... I am getting 12 productions. can someone please confirm if it's correct?
694
views
1 answers
0 votes
Arjun asked Feb 16
694 views
​​​​For a real number $x>1$,$\frac{1}{\log _{2} x}+\frac{1}{\log _{3} x}+\frac{1}{\log _{4} x}=1$ The value of $x$ is$4$12$24$36$
3.6k
views
5 answers
8 votes
Arjun asked Feb 16
3,555 views
For positive non-zero real variables $x$ and $y$, if\[\ln \left(\frac{x+y}{2}\right)=\frac{1}{2}[\ln (x)+\ln (y)]\]then, the value of $\frac{x}{y}+\frac{y}{x}$ is$1$1 / 2$2$4$