login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A024506
a(n) = [ C(2n,n)/2^(n+3) ].
0
0, 0, 0, 0, 0, 0, 1, 3, 6, 11, 22, 43, 82, 158, 306, 591, 1146, 2225, 4327, 8426, 16432, 32082, 62707, 122687, 240263, 470916, 923720, 1813228, 3561699, 7000581, 13767809
OFFSET
0,8
MATHEMATICA
Table[Floor[Binomial[2 n, n]/2^(n + 3)], {n, 0, 40}] (* Wesley Ivan Hurt, Apr 21 2024 *)
CROSSREFS
Sequence in context: A103322 A284474 A117075 * A068033 A293337 A293364
KEYWORD
nonn
STATUS
approved