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.

A319096 Number of nonequivalent ways to place n^2 nonattacking kings on a 2n X 2n chessboard under all symmetry operations of the square.

Original entry on oeis.org

1, 14, 459, 35312, 4072108, 638653285, 128441726634, 31872148398195, 9490641145219266, 3321018871480028710
Offset: 1

Views

Author

Anton Nikonov, Dec 21 2018

Keywords

Comments

A maximum of n^2 nonattacking kings may be placed on a 2n X 2n chessboard.

Examples

			For n = 2 there are a(2) = 14 distinct solutions from 79 that will not be repeated at all possible turns and reflections.
------------
1.                  2.
_________________   _________________
| * |   | * |   |   | * |   | * |   |
|   |   |   |   |   |   |   |   |   |
| * |   | * |   |   | * |   |   | * |
|   |   |   |   |   |   |   |   |   |
------------
3.                  4.
_________________   _________________
| * |   | * |   |   | * |   | * |   |
|   |   |   |   |   |   |   |   |   |
| * |   |   |   |   |   | * |   | * |
|   |   |   | * |   |   |   |   |   |
------------
5.                  6.
_________________   _________________
| * |   | * |   |   | * |   | * |   |
|   |   |   |   |   |   |   |   |   |
|   | * |   |   |   |   |   | * |   |
|   |   |   | * |   | * |   |   |   |
------------
7.                  8.
_________________   _________________
| * |   | * |   |   | * |   | * |   |
|   |   |   |   |   |   |   |   |   |
|   |   |   | * |   |   |   |   |   |
| * |   |   |   |   | * |   | * |   |
------------
9.                  10.
_________________   _________________
| * |   | * |   |   | * |   | * |   |
|   |   |   |   |   |   |   |   |   |
|   |   |   |   |   |   |   |   | * |
| * |   |   | * |   |   | * |   |   |
------------
11.                 12.
_________________   _________________
| * |   | * |   |   | * |   |   | * |
|   |   |   |   |   |   |   |   |   |
|   |   |   |   |   |   | * |   |   |
|   | * |   | * |   |   |   |   | * |
------------
13.                 14.
_________________   _________________
| * |   |   | * |   |   | * |   |   |
|   |   |   |   |   |   |   |   | * |
|   |   |   |   |   | * |   |   |   |
| * |   |   | * |   |   |   | * |   |
------------
		

Crossrefs

Cf. A018807 (rotations and reflections considered distinct).
Cf. A137432 (on cylindrical chessboard).

Formula

a(n) = A236679(2n+1, n^2).

Extensions

a(4)-a(10) from Andrew Howroyd, Dec 21 2018