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!)
A074182 Largest power of n <= n!. 6
1, 2, 3, 16, 25, 216, 2401, 32768, 59049, 1000000, 19487171, 429981696, 815730721, 20661046784, 576650390625, 17592186044416, 34271896307633, 1156831381426176, 42052983462257059, 1638400000000000000 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
From Danny Rorabaugh, Apr 14 2015: (Start)
a(n) = n^A039960(n) = n^(A060151(n)-1).
a(n) = n^floor(log_n(n!)) for n>1.
a(n) = A074181(n)/n for n>2.
(End)
PROG
(Sage) [1] + [n^(floor(log(factorial(n))/log(n))) for n in range(2, 21)] # Danny Rorabaugh, Apr 14 2015
(Magma) [1] cat [n^Floor(Log(Factorial(n)) / Log(n)): n in [2..25]]; // Vincenzo Librandi, Apr 15 2015
(PARI) a(n)=if(n>3, n^logint(n!, n), n) \\ Charles R Greathouse IV, Oct 11 2015
CROSSREFS
Sequence in context: A185251 A092503 A147662 * A074759 A175699 A102882
KEYWORD
nonn,easy
AUTHOR
Amarnath Murthy, Aug 31 2002
EXTENSIONS
More terms from Jason Earls, Sep 02 2002
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 July 14 22:52 EDT 2024. Contains 374323 sequences. (Running on oeis4.)