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.

A090224 Number of possible positions for n discs on a standard 7 X 6 board of Connect-Four.

Original entry on oeis.org

1, 7, 56, 252, 1260, 4620, 18480, 59815, 206780, 605934, 1869840, 5038572, 14164920, 35459424, 91871208, 214864650, 516936420, 1134183050, 2546423880, 5252058812, 11031780760, 21406686756, 42121344720, 76871042612, 141627466344, 242619996500, 417750499600
Offset: 0

Views

Author

Eric W. Weisstein, Nov 24 2003

Keywords

Examples

			a(2) = 2 * binomial(8,2) since there are binomial(8,2) ways to distribute 2 discs over 7 columns and 2 ways to color them black and white. - _John Tromp_, May 24 2012
		

Crossrefs

Cf. A212693 (legal positions after n plies).