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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A065617 Round( log_2(n)*2^n/n ). 1
0, 2, 4, 8, 15, 28, 51, 96, 180, 340, 644, 1224, 2332, 4456, 8535, 16384, 31515, 60729, 117218, 226594, 438636, 850191, 1649843, 3205121, 6232878, 12132353, 23636674, 46088018, 89934782, 175624455, 343195341, 671088640, 1313061077 (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("b065617.txt", n, " ", round( t*log(n)*2^n/n)) ) } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Oct 24 2009]

CROSSREFS

Sequence in context: A029907 A005682 A114833 * A062065 A008936 A073769

Adjacent sequences:  A065614 A065615 A065616 * A065618 A065619 A065620

KEYWORD

nonn

AUTHOR

N. J. A. Sloane (njas(AT)research.att.com), Dec 03 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 23:53 EST 2012. Contains 205689 sequences.