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!)
A062415 Integer part of log(n)^(n - 1). 1

%I #7 Apr 23 2020 16:36:41

%S 1,0,1,2,6,18,54,168,543,1819,6284,22305,81085,301185,1140759,4398268,

%T 17237268,68582448,276723505,1131245762,4681484414,19597666672,

%U 82933899715,354575503930,1530739734801,6669583434025,29316248173094

%N Integer part of log(n)^(n - 1).

%t Join[{1},Table[Floor[Log[n]^((1-1/n)*n)],{n,2,30}]]

%Y Cf. A062416.

%K nonn,easy

%O 1,4

%A _Olivier GĂ©rard_, Jun 23 2001

%E Mathematica program fixed by _Harvey P. Dale_, Apr 23 2020

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 25 03:15 EDT 2024. Contains 371964 sequences. (Running on oeis4.)