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.

A384963 Triangle read by rows: T(n,k) is the number of embeddings on the sphere of connected simple planar graphs with n nodes and k faces, n >= 1, k=1..max(1,2*n-4).

Original entry on oeis.org

1, 1, 1, 1, 2, 2, 1, 1, 3, 7, 7, 5, 2, 1, 6, 22, 42, 49, 35, 18, 5, 2, 12, 76, 237, 442, 510, 412, 218, 84, 18, 5, 27, 271, 1293, 3539, 6205, 7482, 6318, 3833, 1623, 485, 88, 14, 65, 1001, 6757, 25842, 63254, 106985, 129782, 115988, 76582, 37421, 13111, 3228, 489, 50
Offset: 1

Views

Author

Andrew Howroyd, Jun 13 2025

Keywords

Comments

Equivalently, T(n,k) is the number of unsensed simple planar maps with n vertices and k faces.
The number of edges is n+k-2.
Terms of this sequence can be computed using the tool "plantri". The expanded reference gives rows 1..14 of this table.

Examples

			Triangle begins:
   1;
   1;
   1,   1;
   2,   2,    1,    1,
   3,   7,    7,    5,    2,    1;
   6,  22,   42,   49,   35,   18,    5,    2;
  12,  76,  237,  442,  510,  412,  218,   84,   18,   5;
  27, 271, 1293, 3539, 6205, 7482, 6318, 3833, 1623, 485, 88, 14;
  ...
		

Crossrefs

Row sums are A372892.
Antidiagonal sums are A006395.
Columns 1..2 are A006082, A384967.
Cf. A277741 (not necessarily simple), A342060 (2-connected), A212438 (3-connected), A384850 (version by number of edges then vertices), A384964 (sensed version).