cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

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.

This page as a plain text file.
%I A274776 #40 Apr 18 2019 22:07:23
%S A274776 1,0,2,1,0,0,4,4,2,0,4,0,0,0
%N 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.
%C A274776 Consider the arrangements of n circles described in A250001.
%C A274776 Note that the sum of the 4th row must be equal to A250001(4) = 173.
%F A274776 T(n,k) = A274818(n,k)/k.
%e A274776 Triangle begins:
%e A274776 1;
%e A274776 0, 2, 1;
%e A274776 0, 0, 4, 4, 2, 0, 4;
%e A274776 0, 0, 0, ...
%e A274776 ...
%e A274776 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.
%e A274776 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.
%e A274776 Of course, there is a right triangle of all zeros starting from the second row.
%Y A274776 Sum of n-th row = A250001(n).
%Y A274776 First differs from A274777 at a(10).
%Y A274776 Cf. A250001, A249752, A252158, A261070, A274818, A274822.
%K A274776 nonn,tabf,hard,more
%O A274776 1,3
%A A274776 _Omar E. Pol_, Jul 06 2016