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.

A279452 Number of nonequivalent ways to place n points on an n X n square grid so that no more than 2 points are on a vertical or horizontal straight line.

Original entry on oeis.org

1, 2, 14, 202, 4361, 126396, 4444935, 182567862, 8560638040, 451107721000
Offset: 1

Views

Author

Heinrich Ludwig, Dec 23 2016

Keywords

Comments

Rotations and reflections of placements are not counted. If they are to be counted, see A279444.

Examples

			There are a(3) = 14 nonequivalent ways to place 3 points on a 3 X 3 square grid under the condition mentioned above:
XX   XX.  XX.  XX.  XX.  XX.  X.X  X.X  X X  X..  X..  X..  .X.  .X.
..X  ...  X..  .X.  ...  ...  .X.  ...  ...  .XX  .X.  ..X  XX.  X.X
...  ..X  ...  ...  X..  .X.  ...  X..  .X.  ...  ..X  .X.  ...  ...
		

Crossrefs