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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A062413 Integer part of ln(n!)^(1 - 1/n). 2
1, 0, 1, 2, 3, 4, 6, 7, 9, 11, 13, 15, 17, 20, 22, 24, 27, 29, 32, 35, 37, 40, 43, 46, 49, 52, 55, 58, 61, 64, 67, 71, 74, 77, 80, 84, 87, 91, 94, 98, 101, 105, 108, 112, 115, 119, 123, 126, 130, 134, 138, 141, 145, 149, 153, 157, 161, 164, 168, 172, 176, 180, 184 (list; graph; refs; listen; history; internal format)
OFFSET

1,4

LINKS

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

MATHEMATICA

Floor[Log[n! ]^(1 - 1/n)]

PROG

(PARI) { default(realprecision, 50); f=1; for (n=1, 1000, f*=n; write("b062413.txt", n, " ", floor(log(f)^(1 - 1/n))) ) } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Aug 07 2009]

CROSSREFS

Cf. A062414.

Sequence in context: A087072 A022825 A160138 * A064313 A011865 A085680

Adjacent sequences:  A062410 A062411 A062412 * A062414 A062415 A062416

KEYWORD

nonn,easy

AUTHOR

Olivier Gerard (olivier.gerard(AT)gmail.com), Jun 23 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 15 08:42 EST 2012. Contains 205733 sequences.