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.

A380618 Number of sensed combinatorial maps with n edges and 2 vertices.

Original entry on oeis.org

1, 2, 8, 38, 275, 2614, 30346, 415360, 6513999, 115063118, 2259975228, 48860184539, 1153140907207, 29502289676802, 813371784160602, 24040797257734161, 758379326971459945, 25432414455826532993, 903508909333199982128, 33897272145242834426910, 1339265974992611047296679
Offset: 1

Views

Author

Andrew Howroyd, Jan 28 2025

Keywords

Comments

By duality, also the number of sensed combinatorial maps with n edges and 2 faces.

Crossrefs

Column 2 of A380615.
Cf. A380237 (planar), A380619 (3 vertices), A380620 (unsensed).

Programs

  • PARI
    \\ Needs G(), InvEulerMTS from A380615.
    seq(n, k=2)={my(y='y); Vec(polcoef(InvEulerMTS(G(n, y*(1 + O(y^k)))), k, y))}