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!)
A074181 Smallest power of n >= n!. 7
1, 2, 9, 64, 125, 1296, 16807, 262144, 531441, 10000000, 214358881, 5159780352, 10604499373, 289254654976, 8649755859375, 281474976710656, 582622237229761, 20822964865671168, 799006685782884121 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
From Danny Rorabaugh, Apr 14 2015: (Start)
a(n) = n^A074184(n).
a(n) = n^ceiling(log_n(n!)) for n>1.
a(n) = n*A074182(n) = n^A060151(n) = n^(1 + A039960(n)) = n! + A111683(n) for n>2.
(End)
MATHEMATICA
Join[{1}, Table[n^Ceiling[Log[n, n!]], {n, 2, 20}]] (* Harvey P. Dale, Aug 10 2022 *)
PROG
(Sage) [1]+[n^ceil(log(factorial(n))/log(n)) for n in range(2, 20)] # Danny Rorabaugh, Apr 14 2015
(PARI) a(n)=if(n>2, n^(logint(n!, n)+1), n) \\ Charles R Greathouse IV, Oct 11 2015
CROSSREFS
Cf. A074182.
Sequence in context: A253109 A167913 A076944 * A052513 A216839 A024720
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 21 21:26 EDT 2024. Contains 374475 sequences. (Running on oeis4.)