0
$\begingroup$

Let $a \in R$, such as $a>1$. How to find smallest natural number $N$, such that $a^N < N!$?

  • 0
    Stirling's formula. For $n>0$ we have $N!=(N/e)^N\sqrt {2\pi N}\;(1+d_N)$ where $02017-01-09
  • 0
    This formula gives nothing about $N$2017-01-09

2 Answers 2

2

In fact @Robert Israel has found a formula to the sequence.


A small check of the smallest $N$ for $a =1,2,\cdots 10$ gives us the sequence $A065027$ in the OEIS giving us the smallest $N >0$ such that $a^N


He writes that it appears that $L(n) < a(n) - n e + \log{\sqrt{2 \pi n)}} < \frac {1}{2} $, where $L(n) = -\frac {1}{2} + o(1)$ , and $L(n) > -0.53$ for all $n$.


Hope it helps.

  • 0
    It is interesting idea, I will check it out2017-01-09
0

by taking the logarithm on both sides we obtain $$N\ln(a)<\ln(N!)$$ from here we get $$\ln(a)<\frac{\ln(N!)}{N}$$ thus we get $$a

  • 0
    I think that the OP has a $!$ as a factorial,though I'm not sure.2017-01-09
  • 0
    yes ok i have corrected it2017-01-09
  • 2
    Even with an edit this doesn't really help. You can estimate an $a$ given an $N$, but OP is asking the reverse of that.2017-01-09
  • 0
    one can solve the reverse of this problem only by a numerical method2017-01-09