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
0, 0, 1, 3, 10, 33, 105, 349, 1193, 4189, 15070, 55426, 207981, 794847, 3089232, 12194590, 48836860, 198228772, 814795476, 3388909439, 14252884342, 60577219672, 260038762861, 1126860038414, 4927261126518, 21730146696443 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,4
LINKS
MATHEMATICA
Table[Floor[Log[n]^n], {n, 30}] (* Harvey P. Dale, Dec 31 2011 *)
PROG
(PARI) { default(realprecision, 1000); for (n=1, 200, write("b061566.txt", n, " ", floor(log(n)^n)) ) } \\ Harry J. Smith, Jul 24 2009
CROSSREFS
Cf. A062460.
Sequence in context: A027989 A096483 A093043 * A082398 A053156 A120897
KEYWORD
easy,nonn
AUTHOR
Leroy Quet, May 18 2001
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 25 01:35 EDT 2024. Contains 371964 sequences. (Running on oeis4.)