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.

A194496 Number of ways to arrange 6 nonattacking queens on the lower triangle of an n X n board.

Original entry on oeis.org

0, 0, 0, 0, 0, 0, 0, 0, 64, 1644, 19306, 146718, 820218, 3670288, 13846830, 45661556, 134896662, 364019248, 909633276, 2129318414, 4709083054, 9912162234, 19970298696, 38707229282, 72458290216, 131476840106, 231906957348
Offset: 1

Views

Author

R. H. Hardin, Aug 26 2011

Keywords

Comments

Column 6 of A194498.

Examples

			Some solutions for 9 X 9:
  0                  0                  0                  0
  0 1                0 0                1 0                0 0
  0 0 0              1 0 0              0 0 0              0 1 0
  1 0 0 0            0 0 0 0            0 0 0 0            0 0 0 0
  0 0 0 0 0          0 0 0 0 1          0 0 0 0 1          1 0 0 0 0
  0 0 0 1 0 0        0 0 1 0 0 0        0 1 0 0 0 0        0 0 1 0 0 0
  0 0 0 0 0 1 0      0 0 0 0 0 1 0      0 0 0 1 0 0 0      0 0 0 0 1 0 0
  0 0 1 0 0 0 0 0    0 0 0 1 0 0 0 0    0 0 0 0 0 1 0 0    0 0 0 0 0 0 0 1
  0 0 0 0 1 0 0 0 0  0 1 0 0 0 0 0 0 0  0 0 1 0 0 0 0 0 0  0 0 0 1 0 0 0 0 0