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!)
A191630 a(n) = floor((-1 + 2^n)/(1 + 2*n)). 1
0, 0, 1, 1, 2, 4, 8, 15, 26, 48, 89, 163, 303, 564, 1057, 1985, 3744, 7084, 13443, 25575, 48770, 93206, 178481, 342392, 657930, 1266204, 2440322, 4709393, 9099506, 17602324, 34087042, 66076419, 128207978, 248983611, 483939977, 941362695, 1832519379 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,5
LINKS
MATHEMATICA
f[n_] := Floor[(-1 + 2^n)/(2 n + 1)]
Table[f[n], {n, 1, 40}] (* A191630 *)
PROG
(Magma) [Floor((-1 + 2^n)/(2*n + 1)): n in [1..50]]; // Vincenzo Librandi, Sep 12 2011
(Maxima) A191630(n):=floor((-1+2^n)/(1+2*n))$ makelist(A191630(n), n, 1, 30); /* Martin Ettl, Oct 25 2012 */
(PARI) a(n) = (2^n-1)\(2*n+1); \\ Altug Alkan, Sep 08 2018
CROSSREFS
Cf. A191633.
Sequence in context: A003241 A279320 A182844 * A125513 A054174 A239890
KEYWORD
nonn
AUTHOR
Clark Kimberling, Jun 09 2011
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 04:42 EDT 2024. Contains 371964 sequences. (Running on oeis4.)