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!)
A065482 a(n) = round( 2^n/n ). 2
2, 2, 3, 4, 6, 11, 18, 32, 57, 102, 186, 341, 630, 1170, 2185, 4096, 7710, 14564, 27594, 52429, 99864, 190650, 364722, 699051, 1342177, 2581110, 4971027, 9586981, 18512790, 35791394, 69273666, 134217728, 260301048, 505290270, 981706811, 1908874354, 3714566310 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
a(n) = A082894(n)/n.
a(n) = floor((2^n + floor(n/2))/n).
MATHEMATICA
Table[Floor[(Floor[n/2]+2^n)/n], {n, 1, 100}]
PROG
(PARI) { for (n=1, 300, write("b065482.txt", n, " ", round(2^n/n)) ) } \\ Harry J. Smith, Oct 20 2009
(Magma) [Round(2^n/n): n in [1..30]]; // G. C. Greubel, Jan 18 2018
CROSSREFS
Sequence in context: A013588 A108150 A066015 * A323481 A319638 A179637
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 May 8 23:08 EDT 2024. Contains 372341 sequences. (Running on oeis4.)