A260305 We represent square arrays of single-digit entries by the single number formed by reading them row-by-row, top-to-bottom. Sequence gives list of k X k square grids formed from single-digit numbers having property that reading across each row and each column gives a square number.
1, 4, 9, 1664, 3664, 6449, 8116, 121256169, 121289196, 144400400, 144484441, 169676961, 361676169, 441400100, 441484144, 529256961, 729256961, 841400100, 841484144, 961676169, 1296202592166561, 1369384464009409
Offset: 1
Examples
169676961 is in the sequence, so the 3 X 3 grid is: (1 6 9) (6 7 6) (9 6 1) 146414494469696449441461 is in the sequence; this is a 25-digit term, and the 5 X 5 grid is: (1 4 6 4 1) (4 4 9 4 4) (6 9 6 9 6) (4 4 9 4 4) (1 4 6 4 1)
Links
- Luca Petrone, Table of n, a(n) for n = 1..1521
Crossrefs
Cf. A105074.
Extensions
Corrected and extended by Luca Petrone, Jan 08 2017
Comments