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!)
A191633 a(n) = floor((1 + 2^n)/(1 + 2*n)). 3
1, 1, 1, 1, 3, 5, 8, 15, 27, 48, 89, 163, 303, 565, 1057, 1985, 3744, 7085, 13443, 25575, 48771, 93206, 178481, 342392, 657930, 1266205, 2440322, 4709393, 9099507, 17602325, 34087042, 66076419, 128207979, 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}] (* A191633 *)
PROG
(PARI) a(n)=(2^n+1)\(2*n+1) \\ Charles R Greathouse IV, Jun 17 2011
(Maxima) A191633(n):=floor((1+2^n)/(1+2*n))$ makelist(A191633(n), n, 1, 30); /* Martin Ettl, Oct 25 2012 */
CROSSREFS
Cf. A191634.
Sequence in context: A359851 A193147 A052977 * A215327 A208723 A285010
KEYWORD
nonn,less,easy
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 July 13 07:05 EDT 2024. Contains 374267 sequences. (Running on oeis4.)