A133143 Maximal number of mutually nonattacking Super Queens on an n X n board. (A Super Queen is a queen with both queen and knight powers.)
1, 1, 1, 2, 4, 4, 5, 6, 8, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20
Offset: 1
Keywords
Examples
a(4) = 2: |X|0|0|0| |0|0|0|X| |0|0|0|0| |0|0|0|0| where X denotes the place of a Super Queen.
Links
- Bill Butler, More Information
- Rachit Agrawal, Java code for this sequence
Programs
-
Java
// See Java code text file in the links section.
Comments