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.

A379432 Triangle read by rows: T(n,k) is the number of unsensed 2-connected (nonseparable) planar maps with n edges and k vertices, n >= 2, 2 <= k <= n.

Original entry on oeis.org

1, 1, 1, 1, 1, 1, 1, 2, 2, 1, 1, 3, 7, 3, 1, 1, 4, 13, 13, 4, 1, 1, 5, 29, 44, 29, 5, 1, 1, 7, 51, 139, 139, 51, 7, 1, 1, 8, 92, 370, 623, 370, 92, 8, 1, 1, 10, 147, 913, 2307, 2307, 913, 147, 10, 1, 1, 12, 240, 2048, 7644, 11673, 7644, 2048, 240, 12, 1, 1, 14, 357, 4295, 22344, 50174, 50174, 22344, 4295, 357, 14, 1
Offset: 2

Views

Author

Andrew Howroyd, Jan 14 2025

Keywords

Comments

The maps considered here may include parallel edges.
The number of faces is n + 2 - k.

Examples

			Triangle begins:
   1;
   1,  1;
   1,  1,   1;
   1,  2,   2,   1;
   1,  3,   7,   3,    1;
   1,  4,  13,  13,    4,    1;
   1,  5,  29,  44,   29,    5,   1;
   1,  7,  51, 139,  139,   51,   7,   1;
   1,  8,  92, 370,  623,  370,  92,   8,  1;
   1, 10, 147, 913, 2307, 2307, 913, 147, 10, 1;
   ...
		

Crossrefs

Row sums are A006403.
Cf. A082680 (rooted), A342061 (sensed), A212438 (3-connected), A277741, A342060.

Formula

T(n,k) = T(n, n+2-k).