The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
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 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
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
AUTHOR
EXTENSIONS
More terms from James A. Sellers, Feb 06 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 June 6 16:04 EDT 2024. Contains 373133 sequences. (Running on oeis4.)