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”).

A024501
a(n) = floor(C(4n,2n)/C(4n,n)).
0
1, 1, 2, 4, 7, 11, 20, 33, 57, 96, 162, 274, 462, 780, 1317, 2223, 3751, 6329, 10680, 18021, 30409, 51312, 86584, 146103, 246538, 416013, 701993, 1184566, 1998882, 3372999, 5691754, 9604549, 16207222, 27348969, 46150243, 77876717, 131414064
OFFSET
0,3
FORMULA
a(n) = floor(C(4n,2n)/C(4n/n)) = floor(C(3n,n)/C(2n,n)). - Clark Kimberling, Dec 23 2022
MATHEMATICA
Floor[Table[Binomial[4n, 2n]/Binomial[4n, n], {n, 0, 40}]] (* Clark Kimberling, Dec 22 2022 *)
CROSSREFS
Cf. A000984.
Sequence in context: A364590 A151992 A242362 * A160393 A018173 A288380
KEYWORD
nonn
EXTENSIONS
More terms from James A. Sellers, Feb 06 2000
STATUS
approved