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!)
A028303 a(n) = floor( binomial(n, floor(n/2))/(1 + ceiling(n/2)) ) (interpolates between Catalan numbers). 1
1, 0, 1, 1, 2, 2, 5, 7, 14, 21, 42, 66, 132, 214, 429, 715, 1430, 2431, 4862, 8398, 16796, 29393, 58786, 104006, 208012, 371450, 742900, 1337220, 2674440, 4847422, 9694845, 17678835, 35357670, 64822395, 129644790, 238819350, 477638700, 883631595, 1767263190 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,5
REFERENCES
D. Miklos et al., eds., Combinatorics, Paul Erdős is Eighty, Bolyai Math. Soc., 1993, Vol. 1, p. 101.
LINKS
FORMULA
a(n) = floor(A001405(n)/A004526(n+3)). - G. C. Greubel, Jan 04 2024
MATHEMATICA
Table[Floor[Binomial[n, Floor[n/2]]/Floor[(n+3)/2]], {n, 0, 50}] (* G. C. Greubel, Jan 04 2024 *)
PROG
(Magma) [Floor(Binomial(n, Floor(n/2))/Floor((n+3)/2)): n in [0..50]]; // G. C. Greubel, Jan 04 2024
(SageMath) [int(binomial(n, int(n/2))/((n+3)//2)) for n in range(51)] # G. C. Greubel, Jan 04 2024
CROSSREFS
Sequence in context: A036378 A265813 A259864 * A255063 A195964 A238422
KEYWORD
nonn
AUTHOR
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 24 00:30 EDT 2024. Contains 371917 sequences. (Running on oeis4.)