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.

A056201 Characteristic cube divisor (A056191) of central binomial coefficient (A001405).

Original entry on oeis.org

1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 8, 1, 1, 1, 1, 1, 1, 1, 8, 1, 1, 1, 8, 27, 216, 8, 1, 1, 1, 27, 27, 1, 1, 1, 8, 1, 1, 1, 8, 1, 8, 216, 27, 1, 1, 1, 8, 27, 216, 8, 1, 1, 8, 8, 1, 8, 1, 1, 8, 1, 1, 1, 1, 1, 1, 1, 8, 1, 1, 1, 8, 1, 8, 8, 1, 1, 1, 1, 8, 27, 216, 216, 27, 1, 8, 8, 1, 8, 1, 27, 216
Offset: 1

Views

Author

Labos Elemer, Aug 02 2000

Keywords

Examples

			n=14, binomial(14,8) = 3432 = 2*2*2*3*11*13 so g(3432)=2, thus a(14)=8.
		

Crossrefs

Equals A056059^3.

Formula

a(n) = A056059(n)^3 = g^3 and binomial(n, floor(n/2)) = a(n)^3 * L^2 * A056060(n), where L = A056056(n)/A056059(n).