cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A056202 Central binomial coefficient A001405(n) divided by its characteristic cube divisor A056201(n).

Original entry on oeis.org

1, 2, 3, 6, 10, 20, 35, 70, 126, 252, 462, 924, 1716, 429, 6435, 12870, 24310, 48620, 92378, 184756, 352716, 88179, 1352078, 2704156, 5200300, 1300075, 742900, 185725, 9694845, 155117520, 300540195, 601080390, 43214930, 86429860
Offset: 1

Views

Author

Labos Elemer, Aug 02 2000

Keywords

Examples

			n=14, binomial(14,7) = 3432 and A056059(14) = 2, thus a(14) = 3432/(2*2*2) = 429.
		

Crossrefs

Formula

a(n) = A001405(n)/A056059(n)^3 = binomial(n, floor(n/2))/A056059(n)^3 = A001405(n)/A056201(n).