login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A061566 Floor[ln(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

Harry J. Smith, Table of n, a(n) for n=1,...,200

MATHEMATICA

Table[Floor[Log[n]^n], {n, 30}] (* From Harvey P. Dale, Dec 31 2011 *)

PROG

(PARI) { default(realprecision, 1000); for (n=1, 200, write("b061566.txt", n, " ", floor(log(n)^n)) ) } [From Harry J. Smith, Jul 24 2009]

CROSSREFS

Cf. A062460.

Sequence in context: A027989 A096483 A093043 * A082398 A053156 A120897

Adjacent sequences:  A061563 A061564 A061565 * A061567 A061568 A061569

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 | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified May 26 02:03 EDT 2013. Contains 225652 sequences.