A279454
Number of nonequivalent ways to place k>=0 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
2, 6, 54, 1026, 38931, 2198241, 167110761, 16248457762, 1960813221768
Offset: 1
A283500
Triangle read by rows: T(n,k) = number of n X n (0,1) matrices with at most k 1's in each row or column.
Original entry on oeis.org
2, 7, 16, 34, 265, 512, 209, 7343, 41503, 65536, 1546, 304186, 6474726, 24997921, 33554432, 13327, 17525812, 1709852332, 21252557377, 57366997447, 68719476736, 130922, 1336221251, 702998475376, 34215495252681, 252540841305558, 505874809287625
Offset: 1
Triangle begins:
2;
7, 16;
34, 265, 512;
209, 7343, 41503, 65536;
1546, 304186, 6474726, 24997921, 33554432;
13327, 17525812, 1709852332, 21252557377, 57366997447, 68719476736;
...
Comments