A229803 Domination number for rook graph HR(n) on a triangular board of hexagonal cells. The rook can move along any row of adjacent cells, in any of the three directions.
1, 1, 2, 2, 3, 3, 3, 4, 4, 5, 5, 6, 6, 7, 7, 8, 8, 9, 9, 9, 10, 10, 11, 11
Offset: 1
Examples
For HR(7), the graph can be dominated by the three vertices 6, 11, 26, where we count down from the top. This graph was called the Queen graph in the DeMaio and Tran paper, but the moves are those of a rook in the classic hexagonal chess game.
References
- J. Konhauser, D. Velleman, S. Wagon, Which Way Did the Bicycle Go? Washington, DC, Math. Assoc. of America, 1996, pp. 169-172
Links
- William Herbert Bird, Computational methods for domination problems, University of Victoria, 2017. See Table 2.4 on p. 32.
- J. DeMaio and H. L. Tran, Domination and independence on a triangular honeycomb chessboard, Coll. Math. J. 44 (2013) 307-314.
- Stan Wagon, Graph Theory Problems from Hexagonal and Traditional Chess, The College Mathematics Journal, Vol. 45, No. 4, September 2014, pp. 278-287
Extensions
a(21)-a(24) from Bird added by Andrey Zabolotskiy, Sep 03 2021
Comments