login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A065617 a(n) = round(log_2(n)*2^n/n). 2
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; text; internal format)
OFFSET
1,2
LINKS
MATHEMATICA
Array[Round[Log2[#]*2^#/#] &, 33] (* Michael De Vlieger, Jun 14 2018 *)
PROG
(PARI) { default(realprecision, 100); t=1/log(2); for (n=1, 200, write("b065617.txt", n, " ", round( t*log(n)*2^n/n)) ) } \\ Harry J. Smith, Oct 24 2009
CROSSREFS
Sequence in context: A029907 A005682 A114833 * A062065 A008936 A320452
KEYWORD
nonn
AUTHOR
N. J. A. Sloane, Dec 03 2001
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 25 11:24 EDT 2024. Contains 371967 sequences. (Running on oeis4.)