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.

A105074 Number of ways to fill in an n X n grid such that the digits of each row and each column form a square number.

Original entry on oeis.org

3, 4, 13, 14, 76, 108, 459, 844
Offset: 1

Views

Author

Matthijs Coster, Apr 29 2005

Keywords

Comments

Leading zeros are forbidden in the rows and columns.

Examples

			The 1 X 1 crosssquare-puzzle is easy; the only solutions are 1, 4, and 9.
The 4 solutions for n=2 are [16/64], [36/64], [64/49], [81/16].
Or, writing them as 2 X 2 matrices,
  16  36  64  81
  64  64  49  16
		

Extensions

Corrected and extended by Luca Petrone, Jan 08 2017