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.

A335102 Irregular triangle read by rows: consider the regular n-gon defined in A007678. T(n,k) (n >= 1, k >= 4+2*t where t>=0) is the number of non-boundary vertices in the n-gon at which k polygons meet.

Original entry on oeis.org

0, 0, 0, 1, 5, 12, 1, 35, 40, 8, 1, 126, 140, 20, 0, 1, 330, 228, 60, 12, 0, 1, 715, 644, 112, 0, 0, 0, 1, 1365, 1168, 208, 0, 0, 0, 0, 1, 2380, 1512, 216, 54, 54, 0, 0, 0, 1, 3876, 3360, 480, 0, 0, 0, 0, 0, 0, 1, 5985, 5280, 660, 0, 0, 0, 0, 0, 0, 0, 1, 8855, 6144, 864, 264, 24, 0, 0, 0, 0, 0, 0, 12, 12650
Offset: 1

Views

Author

Keywords

Examples

			Table begins:
      0;
      0;
      0;
      1;
      5;
     12,    1;
     35;
     40,    8,   1;
    126;
    140,   20,   0,   1;
    330;
    228,   60,  12,   0,   1;
    715;
    644,  112,   0,   0,   0,  1;
   1365;
   1168,  208,   0,   0,   0,  0, 1;
   2380;
   1512,  216,  54,  54,   0,  0, 0, 1;
   3876;
   3360,  480,   0,   0,   0,  0, 0, 0, 1;
   5985;
   5280,  660,   0,   0,   0,  0, 0, 0, 0, 1;
   8855;
   6144,  864, 264,  24,   0,  0, 0, 0, 0, 0, 1;
  12650;
  11284, 1196,   0,   0,   0,  0, 0, 0, 0, 0, 0, 1;
  17550;
  15680, 1568,   0,   0,   0,  0, 0, 0, 0, 0, 0, 0, 1;
  23751;
  13800, 2250, 420, 180, 120, 30, 0, 0, 0, 0, 0, 0, 0, 1;
  31465;
  28448, 2464,   0,   0,   0,  0, 0, 0, 0, 0, 0, 0, 0, 0, 1;
  40920;
  37264, 2992,   0,   0,   0,  0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1;
  52360;
		

Crossrefs

Columns give A292104, A101363 (2n-gon), A101364, A101365.
Row sums give A006561.

Formula

If n = 2t+1 is odd then the n-th row has a single term, T(2t+1, 2t+4) = binomial(2t+1,4) (these values are given in A053126).