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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A061567 Floor[n^ln(n)]. 2
1, 1, 3, 6, 13, 24, 44, 75, 124, 200, 314, 480, 719, 1058, 1530, 2180, 3062, 4248, 5823, 7898, 10605, 14108, 18607, 24343, 31607, 40749, 52184, 66408, 84009, 105677, 132226, 164608, 203936, 251505, 308815, 377606, 459883, 557954, 674470, 812467 (list; graph; refs; listen; history; internal format)
OFFSET

1,3

COMMENTS

a(11) = 314 and 11^log(11) = 314.159789210968519210249138553976, which is close to 100*pi, giving an approximate value pi = 11^log(11)/100. - Amarnath Murthy (amarnath_murthy(AT)yahoo.com), Jan 03 2002

LINKS

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

PROG

(PARI) { default(realprecision, 100); for (n=1, 500, write("b061567.txt", n, " ", floor(n^log(n))) ) } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Jul 24 2009]

CROSSREFS

Sequence in context: A128517 A022568 A120006 * A018081 A001452 A005405

Adjacent sequences:  A061564 A061565 A061566 * A061568 A061569 A061570

KEYWORD

easy,nonn

AUTHOR

Leroy Quet May 18 2001

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 February 14 11:36 EST 2012. Contains 205623 sequences.