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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A065616 Floor( log_2(n)*2^n/n ). 1
0, 2, 4, 8, 14, 27, 51, 96, 180, 340, 644, 1223, 2331, 4455, 8534, 16384, 31514, 60728, 117217, 226593, 438636, 850191, 1649842, 3205121, 6232878, 12132352, 23636673, 46088018, 89934782, 175624455, 343195340, 671088640, 1313061077, 2570645473 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

LINKS

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

PROG

(PARI) { default(realprecision, 100); t=1/log(2); for (n=1, 200, write("b065616.txt", n, " ", floor( t*log(n)*2^n/n + 0.0000001)) ) } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Oct 24 2009]

CROSSREFS

Sequence in context: A048238 A048140 A179817 * A164147 A122026 A196721

Adjacent sequences:  A065613 A065614 A065615 * A065617 A065618 A065619

KEYWORD

nonn

AUTHOR

N. J. A. Sloane (njas(AT)research.att.com), Dec 03 2001

EXTENSIONS

Corrected a(8) = 96 (was 95) and added a(34) from Harry J. Smith (hjsmithh(AT)sbcglobal.net), Oct 24 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 04:47 EST 2012. Contains 205860 sequences.