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.

A110215 Inequivalent coverings of a cubic board with the minimal number of knights.

Original entry on oeis.org

1, 1, 1, 8, 37
Offset: 1

Views

Author

Nikolaus Meyberg (Nikolaus.Meyberg(AT)t-online.de), Jul 17 2005

Keywords

Comments

This sequence is a 3-dimensional analog of A006076.
Sequence A110214 gives minimal number of knights needed to cover an n X n X n board. This sequence gives the number of inequivalent solutions to cover an n X n X n board using A110214(n) knights.

Examples

			a(3) = 1, since up to rotations and reflections,
OOO KKK OOO
OKO OKO OKO
OOO OOO OOO is the only covering for n = 3.
		

Crossrefs

A110216 gives total number of solutions.

Formula

a(n) = A110218(n, n, n).