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!)
A054650 Nearest integer to 2^(n-1)/n. 6
1, 1, 1, 2, 3, 5, 9, 16, 28, 51, 93, 171, 315, 585, 1092, 2048, 3855, 7282, 13797, 26214, 49932, 95325, 182361, 349525, 671089, 1290555, 2485513, 4793490, 9256395, 17895697, 34636833, 67108864, 130150524, 252645135, 490853405, 954437177, 1857283155, 3616814565 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,4
LINKS
FORMULA
a(n) = round(hypergeometric([-n/2+1/2, -n/2+1], [3/2], 1)). - Peter Luschny, Sep 18 2014
MATHEMATICA
Table[Floor[2^(n-1)/n + 1/2], {n, 40}] (* Harvey P. Dale, Jul 20 2011 *)
PROG
(Magma) [Floor(2^(n-1)/n + 1/2): n in [1..45]]; // Vincenzo Librandi, Jul 21 2011
CROSSREFS
Sequence in context: A056303 A074099 A006788 * A022857 A000691 A192804
KEYWORD
nonn,easy
AUTHOR
N. J. A. Sloane, Apr 17 2000
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 18 20:26 EDT 2024. Contains 371781 sequences. (Running on oeis4.)