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.

A249752 Triangle read by rows: T(n,k) = number of arrangements of n circles in the affine plane having k outer circles.

Original entry on oeis.org

1, 1, 2, 3, 5, 6, 14, 52, 60, 47
Offset: 1

Views

Author

Omar E. Pol, Dec 14 2014

Keywords

Comments

Consider the arrangements of n circles described in A250001.
T(n,k) is the number of arrangements of n circles in the affine plane whose perimeters are formed with parts from k circles. - Omar E. Pol, Aug 09 2015
From Omar E. Pol, Jul 06 2016: (Start)
Observation 1: column 1 gives A250001, at least if 1<=n<=4.
Observation 2: sum of n-th row = T(n+1,1), at least if 1<=n<=3. (End)

Examples

			Triangle begins:
1;
1,   2;
3,   5,  6;
14, 52, 60, 47;
...
		

Crossrefs

Sum of n-th row = A250001(n).
Leading diagonal gives A274702.

Extensions

Corrected a(5)-a(6) and added a(7)-a(10) from Omar E. Pol, Oct 13 2015