All,

I came across this problem recently.

x! = N^logN.

Here x! means factorial of x and N^logN means power(N, logN).

How should I estimate x in terms of N?

Thanks,

Sorry for the confusion at the first post

link|improve this question
3  
Probably more appropriate to ask on www.math.stackexchange.com – Dan W Feb 20 at 17:45
These two expressions are not the same (title vs other one in the description field). Apart from the confusing variablename-usage (x <-> n), there is an "^2" and a "!". – Gergely Bacso Feb 20 at 17:50
1  
This is now a duplicate of math.stackexchange.com/questions/111367/… and can be closed. – DSM Feb 20 at 18:51
feedback

closed as off topic by interjay, DSM, Mark Lavin, ypercube, BlueRaja - Danny Pflughoeft Feb 20 at 19:20

Questions on Stack Overflow are expected to generally relate to programming or software development in some way, within the scope defined in the faq.

Browse other questions tagged or ask your own question.