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!)
A342847 Value of r in best integer approximation r^s to n! with s >= r. 4
1, 1, 1, 2, 3, 2, 3, 4, 6, 5, 4, 7, 2, 5, 3, 4, 5, 11, 3, 6, 2, 11, 4, 3, 2, 14, 5, 12, 4, 14, 9, 18, 11, 17, 5, 24, 8, 12, 25, 28, 11, 26, 19, 14, 27, 12, 18, 5, 2, 34, 22, 32, 26, 9, 17, 29, 23, 12, 43, 6, 47, 4, 16, 32, 16, 4, 16, 30, 9, 12, 57, 37, 29, 28 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
COMMENTS
The best approximation can be smaller or larger than n!; that is, minimize abs(n!-r^s).
In the case of a tie, choose the smallest possible s (for example, when n=3, n!=6, we have 2^2 <= 6 <= 2^3 equally distant, choose 2^2).
LINKS
Sean A. Irvine, Java program (github)
EXAMPLE
a(4) = 3, since 3^3 - 3 = 24 = 4! (note 5^2-1 = 24 is not allowed because 2 < 5).
a(7) = 4, since 4^6 + 944 = 5040 = 7! and there is no closer approximation.
CROSSREFS
Sequence in context: A175266 A320053 A098235 * A345873 A114868 A249049
KEYWORD
nonn
AUTHOR
Sean A. Irvine, Mar 26 2021
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 April 18 20:26 EDT 2024. Contains 371781 sequences. (Running on oeis4.)