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.

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.)

Original entry on oeis.org

1, 1, 1, 2, 4, 4, 5, 6, 8, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20
Offset: 1

Views

Author

Rachit Agrawal (rachit_agrawal(AT)daiict.ac.in), Dec 16 2007

Keywords

Comments

From Vaclav Kotesovec, Mar 14 2011: (Start)
For n >= 10, a(n)=n, see A051223.
For same problem on a toroidal chessboard the results for n > 10 are the same as for queens (A085801). (End)

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.
		

Programs

  • Java
    // See Java code text file in the links section.