I happened to notice these sequences a couple days ago and here’s what I’ve been able to find so far:
A map is an embedding of a (multi)graph into a compact orientable surface (for most of the sequences in question the surface is likely a sphere) such that the connected components of the complement (faces) are homeomorphic to an open disk, considered up to continuous deformation.
A map is labelled by giving each half-edge a label. A map is rooted by distinguishing one of the half-edges. Then its incident vertex is called the root vertex, and the face to the left of it is called the root face.
A rooted map is called
almost trivalent or
almost cubic if all of its non-root vertices have degree 3. Equivalently, if we take a dual map, it’s almost cubic (also called a
near-triangulation) if all of the non-root faces are triangles. A near-triangulation is of type (n,m) if it has n interior (=non-root) faces and the exterior (=root) face is an m-gon. According to
Mathai and Rathie the original paper by Mullin, Nemeth and Schellenberg (which I could not locate) contained the tables for the number of maps for n,m=1,2,...14, and so is likely the source of the OEIS sequences.
Mathai and Rathie give several formulas for the number of maps t(n,m), some of which correspond to existing OEIS sequences:
t(0,2r) = Catalan numbers
t(1,2r-1) = C(2n,n-1)
t(2,2r) = 2(r+1)C(2n,n-1) =
A002011t(3,2r-1) = 2/3 * (r+1)(r+2)C(2n,n-1) =
A002012t(4,2r) = 2/3 * (r+1)(r^2+7r+16)C(2n,n-1) which is not on the OEIS, but it gives, e.g. t(4,6)=1840=
A002008(3), so probably related.
t(5,2r-1) = 2/15 * (r+1)(r^3+11r^2+50r+58)C(2n,n-1), also not on the OEIS, but gives, e.g. t(5,5)=2672=
A002007(3) so also likely related.
Gonna search some more and maybe edit all of these if I figure it out before y’all do.
Best wishes,
Elijah