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.

A352662 Number of singly symmetric characteristic solutions to the n-superqueens problem.

Original entry on oeis.org

0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 2, 6, 11, 49, 79, 245, 498, 1192, 3798, 11594
Offset: 1

Views

Author

Don Knuth, Mar 25 2022

Keywords

Comments

Superqueens are also called amazons. They combine the moves of queen and knight.

Examples

			For n=10 the a(10)=1 solution is
  +---------------------+
  | . . . A . . . . . . |
  | . . . . . . . A . . |
  | A . . . . . . . . . |
  | . . . . A . . . . . |
  | . . . . . . . . A . |
  | . A . . . . . . . . |
  | . . . . . A . . . . |
  | . . . . . . . . . A |
  | . . A . . . . . . . |
  | . . . . . . A . . . |
  +---------------------+
		

References

  • D. E. Knuth, The Art of Computer Programming, Section 7.2.2.3 (draft, March 2022).

Crossrefs