A361453 Number of colorings of the n X n knight graph up to permutation of the colors.
1, 15, 4141, 450288795, 50602429743064097, 12123635532529660182357354372
Offset: 1
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).
Links
- Eric Weisstein's World of Mathematics, Knight Graph.
- Eric Weisstein's World of Mathematics, Vertex Coloring.
Formula
a(n) <= A000110(n^2).
Comments