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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A061717 Binary order of n^n. 1
0, 2, 5, 8, 12, 16, 20, 24, 29, 34, 39, 44, 49, 54, 59, 64, 70, 76, 81, 87, 93, 99, 105, 111, 117, 123, 129, 135, 141, 148, 154, 160, 167, 173, 180, 187, 193, 200, 207, 213, 220, 227, 234, 241, 248, 255, 262, 269, 276, 283 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

LINKS

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

FORMULA

a(n)=Ceiling[Log[2, n^n]]]=A029837[A000312(n)]

PROG

(PARI) { default(realprecision, 100); t=1/log(2); for (n=1, 2000, write("b061717.txt", n, " ", ceil(t*log(n^n))) ) } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Jul 26 2009]

CROSSREFS

Cf. A029837, A003070, A045716.

Sequence in context: A156745 A087347 A062468 * A003314 A070977 A134925

Adjacent sequences:  A061714 A061715 A061716 * A061718 A061719 A061720

KEYWORD

easy,nonn

AUTHOR

Labos E. (labos(AT)ana.sote.hu), Jun 20 2001

EXTENSIONS

OFFSET changed from 0,2 to 1,2 by Harry J. Smith (hjsmithh(AT)sbcglobal.net), Jul 26 2009

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 16 14:37 EST 2012. Contains 205930 sequences.