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.

User: Emily O'Sullivan

Emily O'Sullivan's wiki page.

Emily O'Sullivan has authored 1 sequences.

A364856 Triangle read by rows: T(n,k) is the number of k-dimensional faces of the n-dimensional Kunz cone, 0 <= k <= n.

Original entry on oeis.org

1, 1, 1, 1, 2, 1, 1, 4, 4, 1, 1, 8, 14, 8, 1, 1, 11, 29, 30, 12, 1, 1, 30, 114, 152, 84, 18, 1, 1, 47, 247, 468, 402, 158, 24, 1, 1, 122, 826, 1934, 2120, 1166, 306, 32, 1, 1, 225, 1981, 6018, 8703, 6593, 2616, 504, 40, 1, 1, 812, 8275, 28480, 47255, 42650, 21610, 5980, 830, 50, 1
Offset: 0

Author

Emily O'Sullivan, Aug 10 2023

Keywords

Comments

Beginning with the Kunz cone of dimension n=0, we list the number of faces in each dimension of that cone. Each cone has a single 0-dimensional vertex and a single n-dimensional face which is the entire cone, so each vector is bookended by 1s. The number of (n-1)-dimensional facets in the n-dimensional cone is A007590(n), and the number of ridges is given by a formula listed in O'Sullivan's thesis, see references. These values are computed; no formula exists for dimensions between and including 1 and n-3.

Examples

			We define the 0-dimensional cone to be a single point; thus there is 1 0-dimensional face (the vertex/the cone itself).
In the 1-dimensional cone there is 1 0-dimensional face (the vertex) and 1 1-dimensional face (the ray).
In the 2-dimensional cone there is 1 0-dimensional vertex, 2 1-dimensional rays, and 1 2-dimensional face.
In the 3-dimensional cone, there is 1 0-dimensional vertex, 4 1-dimensional rays, 4 2-dimensional facets, and 1 3-dimensional face.
Triangle begins:
  1;
  1,  1;
  1,  2,   1;
  1,  4,   4,   1;
  1,  8,  14,   8,  1;
  1, 11,  29,  30, 12,  1;
  1, 30, 114, 152, 84, 18, 1;
...
		

References

  • E. Kunz, Über die Klassifikation numerischer Halbgruppen, vol. 11 of Regensburger Mathematische Schriften [Regensburg Mathematical Publications], Universität Regensburg, Fachbereich Mathematik, Regensburg, 1987.
  • J. Rosales, P. García-Sánchez, Numerical semigroups, Developments in Mathematics, Vol. 20, Springer-Verlag, New York, 2009.

Crossrefs

For each n-dimensional cone, the number of (n-1)-dimensional facets is A007590(n) for n>=2.