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!)
A061566 a(n) = floor(log(n)^n). 2

%I #15 Jun 28 2015 15:21:25

%S 0,0,1,3,10,33,105,349,1193,4189,15070,55426,207981,794847,3089232,

%T 12194590,48836860,198228772,814795476,3388909439,14252884342,

%U 60577219672,260038762861,1126860038414,4927261126518,21730146696443

%N a(n) = floor(log(n)^n).

%H Harry J. Smith, <a href="/A061566/b061566.txt">Table of n, a(n) for n=1..200</a>

%t Table[Floor[Log[n]^n],{n,30}] (* _Harvey P. Dale_, Dec 31 2011 *)

%o (PARI) { default(realprecision, 1000); for (n=1, 200, write("b061566.txt", n, " ", floor(log(n)^n)) ) } \\ _Harry J. Smith_, Jul 24 2009

%Y Cf. A062460.

%K easy,nonn

%O 1,4

%A _Leroy Quet_, May 18 2001

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 16:45 EDT 2024. Contains 371989 sequences. (Running on oeis4.)