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
A235456
Number of non-equivalent (mod D_4) ways to arrange 5 points on an n X n square grid so that no three points are collinear.
Original entry on oeis.org
5, 217, 3192, 27041, 149217, 650566, 2317137, 7124316, 19459757, 48617666, 111797647, 241575473
Offset: 3
There are a(3) = 5 non-equivalent ways to place 5 points (X) 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 .
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 . .
A279450
Number of nonequivalent ways to place 6 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, 2, 285, 9110, 126396, 1055025, 6266614, 29198740, 113262680, 380775248, 1140764611, 3108667306, 7824370092, 18407341855, 40855872764, 86201399496, 173952773328, 337453762782, 631982899545, 1146743732126, 2022212701212, 3474824082125, 5831439251154, 9576836632860
Offset: 1
- Heinrich Ludwig, Table of n, a(n) for n = 1..1000
- Index entries for linear recurrences with constant coefficients, signature (6,-8,-22,69,-8,-176,168,182,-364,0,364,-182,-168,176,8,-69,22,8,-6,1).
-
concat(vector(2), Vec(x^3*(2 +273*x +7416*x^2 +74060*x^3 +375661*x^4 +1128403*x^5 +2194010*x^6 +2815082*x^7 +2424155*x^8 +1294751*x^9 +376028*x^10 -5296*x^11 -32173*x^12 -8195*x^13 +178*x^14 +122*x^15 +3*x^16) / ((1 -x)^13*(1 +x)^7) + O(x^40))) \\ Colin Barker, Dec 18 2016
Showing 1-6 of 6 results.
Comments