A274776
Irregular triangle read by rows: T(n,k) = number of arrangements of n circles in the affine plane forming k regions, including the regions that do not belong to the circles.
Original entry on oeis.org
1, 0, 2, 1, 0, 0, 4, 4, 2, 0, 4, 0, 0, 0
Offset: 1
Triangle begins:
1;
0, 2, 1;
0, 0, 4, 4, 2, 0, 4;
0, 0, 0, ...
...
For n = 3 and k = 5 there are 2 arrangements of 3 circles in the affine plane forming 5 regions, including the regions that do not belong to the circles, so T(3,5) = 2.
For n = 3 and k = 6 there are no arrangements of 3 circles in the affine plane forming 6 regions, including the regions that do not belong to the circles, so T(3,6) = 0.
Of course, there is a right triangle of all zeros starting from the second row.
First differs from
A274777 at a(10).
A274818
Triangle read by rows: T(n,k) = total number of regions in all arrangements of n circles in the affine plane forming k regions, including the regions that do not belong to the circles.
Original entry on oeis.org
1, 0, 4, 3, 0, 0, 12, 16, 10, 0, 28, 0, 0, 0
Offset: 1
Triangle begins:
1;
0, 4, 3;
0, 0, 12, 16, 10, 0, 28;
0, 0, 0, ...
...
For n = 3 and k = 5 there are 2 arrangements of 3 circles in the affine plane forming 5 regions, including the regions that do not belong to the circles, so T(3,5) = 2*5 = 10.
For n = 3 and k = 6 there are no arrangements of 3 circles in the affine plane forming 6 regions, including the regions that do not belong to the circles, so T(3,6) = 0*5 = 0.
Of course, there is a right triangle of all zeros starting from the second row.
First differs from
A274819 at a(10).
A274823
Total number of regions in all arrangements of n circles in the affine plane, excluding the regions that do not belong to the circles.
Original entry on oeis.org
Showing 1-3 of 3 results.
Comments