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-2 of 2 results.

A341923 Array read by antidiagonals: T(n,k) is the number of 3-connected triangulations of a disk up to orientation-preserving isomorphisms with n interior nodes and k nodes on the boundary, n >= 1, k >= 3.

Original entry on oeis.org

1, 1, 1, 1, 2, 5, 1, 2, 10, 24, 1, 3, 16, 60, 133, 1, 3, 28, 122, 386, 846, 1, 4, 39, 242, 925, 2652, 5661, 1, 4, 58, 419, 2039, 7066, 18914, 39556, 1, 5, 78, 711, 4101, 17138, 54560, 139264, 286000, 1, 5, 106, 1128, 7801, 38166, 142802, 426462, 1048947, 2123329
Offset: 1

Views

Author

Andrew Howroyd, Feb 26 2021

Keywords

Comments

The initial terms of this sequence can also be computed using the tool "plantri", in particular the command "./plantri -u -v -o -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 |     5     10     16      28      39      58 ...
  4 |    24     60    122     242     419     711 ...
  5 |   133    386    925    2039    4101    7801 ...
  6 |   846   2652   7066   17138   38166   79908 ...
  7 |  5661  18914  54560  142802  345099  782210 ...
  8 | 39556 139264 426462 1188412 3067938 7433635 ...
  ...
		

Crossrefs

Columns k=3..6 are A002709, A341924, A341925, A341926.
Antidiagonal sums are A342052.
Cf. A262586 (2-connected), A341856 (rooted), A342053 (unrooted).

Programs

A342056 Number of unrooted 3-connected triangulations of a disk with n nodes.

Original entry on oeis.org

1, 2, 7, 27, 132, 773, 5017, 34861, 253676, 1903584, 14616442, 114254053, 906266345, 7277665889, 59066524810, 483864411124, 3996427278475, 33250623548406, 278472800696431, 2346089674759665, 19872284655990058, 169155659546689252, 1446375853153588731, 12418636483734071261, 107034910337046043232
Offset: 4

Views

Author

Andrew Howroyd, Feb 26 2021

Keywords

Crossrefs

Antidiagonal sums of A342053.
Cf. A342052.

Programs

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