A235453
Triangle T(n, k) = Number of non-equivalent (mod D_4) ways to arrange k indistinguishable points on an n X n square grid so that no three of them are collinear. Triangle read by rows.
Original entry on oeis.org
1, 0, 1, 2, 1, 1, 3, 8, 13, 15, 5, 1, 3, 21, 70, 181, 217, 142, 28, 4, 6, 49, 290, 1253, 3192, 4699, 3385, 1076, 110, 5, 6, 93, 867, 6044, 27041, 77970, 134353, 129929, 62177, 12511, 717, 11, 10, 171, 2266, 22302, 149217, 672506, 1958674, 3531747, 3695848, 2068757
Offset: 1
Triangle begins
1, 0;
1, 2, 1, 1;
3, 8, 13, 15, 5, 1;
3, 21, 70, 181, 217, 142, 28, 4;
6, 49, 290, 1253, 3192, 4699, 3385, 1076, 110, 5;
6, 93, 867, 6044, 27041, 77970, 134353, 129929, 62177, 12511, 717, 11;
...
A235454
Number of non-equivalent (mod D_4) ways to arrange 3 points on an n X n square grid so that they are not collinear.
Original entry on oeis.org
1, 13, 70, 290, 867, 2266, 5068, 10475, 19764, 35406, 59817, 97375, 152154
Offset: 2
There are a(3) = 13 non-equivalent ways to place 3 points on a 3 X 3 grid:
. . . . . . X . . . X . . . . . X . . X .
X . . X . . . . . . . . . X . X . X X X .
X X . X . X X . X X . X X . X . . . . . .
-
. . . . . . . . . . X . . X . . . X
X . X . X X X X . . . X X . . X . .
X . . X . . X . . X . . X . . X . .
A235455
Number of non-equivalent (mod D_4) ways to arrange 4 points on an n X n square grid so that no three points are collinear.
Original entry on oeis.org
1, 15, 181, 1253, 6044, 22302, 68661, 183645, 439578, 964938, 1974128, 3801457, 6966581
Offset: 2
There are a(3) = 15 non-equivalent ways to place 4 points (X) on a 3 X 3 grid. Examples are:
X . X . X . X X .
. . . X . X X . .
X . X . X . . . X
A235457
Number of non-equivalent (mod D_4) ways to arrange 6 points on an n X n square grid so that no three points are collinear.
Original entry on oeis.org
1, 142, 4699, 77970, 672506, 4338248, 21167201, 85351595, 294664274, 911848844, 2528561187, 6501165477
Offset: 3
There is a(3) = 1 way to place 6 points (X) on a 3 X 3 grid (without rotations and reflections):
. X X
X . X
X X .
A235458
Number of non-equivalent (mod D_4) ways to arrange 7 points on an n X n square grid so that no three points are collinear.
Original entry on oeis.org
28, 3385, 134353, 1958674, 19929645, 138586349, 753795278, 3356614240, 13108210508, 44374441652, 137349454120
Offset: 4
There are a(4) = 28 non-equivalent ways to place 7 points (X) on a 4 X 4 grid. Example:
. X X .
. . . X
X . . X
X X . .
A279449
Number of nonequivalent ways to place 5 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
0, 0, 9, 306, 4361, 34059, 185181, 777280, 2710074, 8181558, 22067973, 54285858, 123791067, 264749849, 536146569, 1035584592, 1919530804, 3430908108, 5937810417, 9984193986, 16358592141, 26181281511, 41019234245, 63028246512, 95136210222, 141264963970, 206611069197
Offset: 1
- Heinrich Ludwig, Table of n, a(n) for n = 1..1000
- Index entries for linear recurrences with constant coefficients, signature (5,-4,-20,40,16,-100,44,110,-110,-44,100,-16,-40,20,4,-5,1).
-
concat(vector(2), Vec(x^3*(9 +261*x +2867*x^2 +13658*x^3 +38090*x^4 +62447*x^5 +67142*x^6 +41996*x^7 +15541*x^8 +955*x^9 -761*x^10 -278*x^11 -8*x^12 +x^13) / ((1 -x)^11*(1 +x)^6) + O(x^40))) \\ Colin Barker, Dec 18 2016
Showing 1-6 of 6 results.
Comments