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.

Showing 1-3 of 3 results.

A342053 Array read by antidiagonals: T(n,k) is the number of unrooted 3-connected triangulations of a disk with n interior nodes and k nodes on the boundary, n >= 1, k >= 3.

Original entry on oeis.org

1, 1, 1, 1, 2, 4, 1, 2, 8, 16, 1, 3, 12, 38, 78, 1, 3, 20, 73, 219, 457, 1, 4, 27, 140, 503, 1404, 2938, 1, 4, 39, 235, 1089, 3661, 9714, 20118, 1, 5, 51, 392, 2149, 8796, 27715, 70454, 144113, 1, 5, 68, 610, 4050, 19419, 72204, 214664, 527235, 1065328
Offset: 1

Views

Author

Andrew Howroyd, Feb 26 2021

Keywords

Comments

For k >= 4, T(n,k) is the number of polyhedra with n+k vertices whose faces are all triangular, except one which is k-gonal.
The initial terms of this sequence can also be computed using the tool "plantri", in particular the command "./plantri -u -v -P [n]" will compute values for a diagonal.

Examples

			Array begins:
===================================================
n\k |     3     4      5      6       7       8
----+----------------------------------------------
  1 |     1     1      1      1       1       1 ...
  2 |     1     2      2      3       3       4 ...
  3 |     4     8     12     20      27      39 ...
  4 |    16    38     73    140     235     392 ...
  5 |    78   219    503   1089    2149    4050 ...
  6 |   457  1404   3661   8796   19419   40485 ....
  7 |  2938  9714  27715  72204  173779  393123 ...
  8 | 20118 70454 214664 596906 1538221 3723976 ...
  ...
		

Crossrefs

Columns k=3..6 are A002713, A058786(n+4), A342054, A342055.
Antidiagonal sums are A342056.
Cf. A169808 (2-connected), A341856 (rooted), A341923 (oriented).

Programs

  • PARI
    A342053Array(8,6) \\ See links for program.

A377785 Number of n-node connected unsensed planar maps with an external face in which all internal faces are triangles.

Original entry on oeis.org

1, 2, 5, 19, 80, 407, 2403, 15570, 107366, 773660, 5746826, 43693041, 338367370, 2660629311, 21193182914, 170714892489, 1388711749891, 11395477091396, 94238431709661, 784796579069288, 6576997589788217, 55435506835745851, 469698698872829672, 3998806331800289798
Offset: 3

Views

Author

Ya-Ping Lu, Nov 06 2024

Keywords

Comments

Maps for a(3) through a(7) are illustrated in Links.
The planar maps considered are without loops or isthmuses.
In other words, a(n) is the number of embeddings in the plane of connected bridgeless planar simple graphs with n vertices in which each internal face is a triangle.

Crossrefs

Row sums of A378103.
Cf. A005027 (2-connected), A342056 (3-connected), A378335 (sensed), A378339 (achiral), A378340.

Programs

Formula

a(n) = (A378335(n) + A378339(n))/2. - Andrew Howroyd, Nov 24 2024

Extensions

a(9) onwards from Andrew Howroyd, Nov 24 2024

A342052 Number of 3-connected triangulations of a disk with n nodes up to orientation-preserving isomorphisms.

Original entry on oeis.org

1, 2, 8, 37, 213, 1386, 9524, 68057, 501858, 3788747, 29170667, 228295618, 1811802818, 14552804492, 118124257451, 967698049455, 7992746427963, 66500865364037, 556944249243331, 4692174542007030, 39744552170122779, 338311257783873501, 2892751486485359650
Offset: 4

Views

Author

Andrew Howroyd, Feb 26 2021

Keywords

Crossrefs

Antidiagonal sums of A341923.

Programs

  • PARI
    A341923AntidiagonalSums(25) \\ See links in A342053 for program.
Showing 1-3 of 3 results.