The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A214048 Least m>0 such that n! <= r^m, where r = (1+sqrt(5))/2, the golden ratio. 1
1, 2, 4, 7, 10, 14, 18, 23, 27, 32, 37, 42, 47, 53, 58, 64, 70, 76, 82, 88, 95, 101, 108, 114, 121, 128, 135, 142, 149, 156, 163, 170, 177, 185, 192, 199, 207, 214, 222, 230, 237, 245, 253, 261, 269, 277, 285, 293, 301, 309 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Also, the least m>0 such that n! < L(m), where L = A000032, the Lucas numbers.
LINKS
Aleksandar Petojević, Lambert's W function and Kurepa's left factorial, Project: Kurepa's hypothesis for left factorial, ResearchGate (2023).
EXAMPLE
a(4) = 7 because r^6 < 4! <= 4^7.
MATHEMATICA
Table[m=1; While[n!>GoldenRatio^m, m++]; m, {n, 1, 100}]
CROSSREFS
Sequence in context: A225635 A256967 A225249 * A328659 A088236 A194244
KEYWORD
nonn,easy
AUTHOR
Clark Kimberling, Jul 18 2012
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified May 15 12:14 EDT 2024. Contains 372540 sequences. (Running on oeis4.)