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.

A187030 Number of 5-step one or two collinear space at a time queen's tours on an n X n board summed over all starting positions.

Original entry on oeis.org

0, 0, 5120, 45152, 161256, 376248, 696992, 1121176, 1647008, 2273384, 3000304, 3827768, 4755776, 5784328, 6913424, 8143064, 9473248, 10903976, 12435248
Offset: 1

Views

Author

R. H. Hardin Mar 02 2011

Keywords

Comments

Row 5 of A187027

Examples

			Some solutions for 4X4
..0..0..0..0....0..5..0..0....0..0..4..0....0..0..0..0....0..0..0..0
..0..5..0..0....0..0..0..1....0..3..0..5....1..2..0..3....0..3..5..4
..0..1..2..0....0..4..3..0....0..2..0..0....5..0..0..0....0..0..2..0
..0..4..3..0....0..2..0..0....1..0..0..0....0..4..0..0....0..0..0..1
		

Formula

Empirical: a(n) = 50272*n^2 - 328792*n + 534104 for n>7