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.

Showing 1-1 of 1 results.

A361453 Number of colorings of the n X n knight graph up to permutation of the colors.

Original entry on oeis.org

1, 15, 4141, 450288795, 50602429743064097, 12123635532529660182357354372
Offset: 1

Views

Author

Andrew Howroyd, Mar 13 2023

Keywords

Comments

Any number of colors may be used.
Equivalently, a(n) is the number of stable partitions of the n X n knight graph. A stable partition is a partition of the vertices into sets so that no two vertices in a set are adjacent in the graph.

Examples

			a(2) = 15 = A000110(4) because the graph has no edges and so there are no restrictions on how the vertices may be colored (or equivalently the vertices partitioned into sets).
		

Crossrefs

Main diagonal of A208001.
Cf. A000110, A207863 (grid graph), A289136 (king), A295178.

Formula

a(n) <= A000110(n^2).
Showing 1-1 of 1 results.