If we make a regular polygon with n vertices (n edges) and triangulate on the inside with n-3 edges, then triangulate on the outside with (n-3) edges (or draw dotted lines inside again), a Maximal Planar Graph is formed. Edges shouldn't be repeated and there's no loops or directions.
How many distinct graphs of this type are there?
It's connected to an earlier question where it was asked 'How many Distinct Maximal Planar Graphs are there? How many distinct Maximal Planar Graphs exist with $n$ vertices?
Will Orrick gave the OEIS numbers A000109. It was then wondered if there was a known formula for those numbers or bounds on them. It's conjectured that graphs of the type in this question might constitute most Maximal Planar Graphs, so a formula for the 'polygon' types might be an approximate formula or a lower bound for all types of Maximal Planar Graphs.
Dividing the polygon on the inside can be done in C(n-2) ways, where C(n) are the Catalan numbers A000108, so a connection was looked for - and A000109 seem to be close to C(n-2)*2^(n-13) at least for n=9 to 23.
So, the answer to this question would be of interest and any thoughts on connecting the A000108 and A000109 numbers. Lots of ways have been tried so far, e.g. since the next Catalan number can be formed by adding the product of ones before, e.g. C(4) = C(3)*C(1) + C(2)*C(2) + C(1)*C(3), perhaps something similar happens for A000109, or by incorporating numbers from both sequences. Lots of coincidences (probably) have been found including the 233 number in A000109 say X(10) is C(9-2) - the sum of the Catalan numbers before it.
Think I'm going to go crazy looking for patterns any longer! Any suggestions please!
This is too long to be a comment, but only provides a modest reduction in the $C_{n-2}^2$ upper bound.
For $n\ge3$ let $a_n$ be the number of unordered pairs of triangulations of the $n$-gon with no common diagonals. Let $g(x)=a_3x^3+a_4x^4+a_5x^5+a_6x^6+\ldots$ be the generating function. The first few coefficients are $a_3=\frac{1}{2}$, $a_4=1$, $a_5=5$, $a_6=34$ (see A257887). The non-integer value of $a_3$ makes sense in light of the property that there is one unordered pair of triangulations for every set of two ordered pairs of triangulations in which the triangulations trade places, except in the case of the triangle, where the only choice is for both triangulations to be empty. The OEIS omits the $a_3$ term. To understand why $a_6=34$ let $T$, $Z$, and $F$ denote the triangle, Z-shaped, and fan triangulations described in one of your comments. Then there is one $TT$ pair, six $TF$ pairs, $12$ $ZF$ pairs, nine $ZZ$ pairs, and six $FF$ pairs. The $TT$ pair and three of the $ZZ$ pairs give the octahedron; all others give the graph $K_6$ minus a path of length $4$ described by Dan Uznanski in a comment here. This example shows that one must account, not only for rotations and reflections of a pair of triangulations, but also for different choice Hamiltonian circuit, which can result in different triangulation pairs for the same graph.
Danièle Huguet and Dov Tamari in La structure polyédrale des complexes de parenthésages, J. Combin. Inform. System Sci., 3(2):69–81, 1978 showed that the generating function satisfies $$ x=\sum_{j=0}^\infty C_j^2\left(x-\frac{2}{x}g(x)\right)^{j+1}. $$ In other words, $g(x)$ can be obtained by inverting the formal power series $$ \phi(x)=\sum_{j=0}^\infty C_j^2x^{j+1}, $$ which means finding the formal power series $u(x)$ such that $\phi(u(x))=x$. Then $g(x)=\frac{x}{2}(x-u(x))$. I have not been able to find a copy of Huguet and Tamari's paper, but a derivation is also given in
Ralaivaosaona, Ravelomanana, and Wagner point out that $\phi(x)$ is the series expansion of a complete elliptic integral and use this to do an asymptotic analysis. They find that $a_n$ grows like a constant times $n^{-3}\left(\frac{4\pi}{4-\pi}\right)^n$. The upper bound $C_{n-2}^2$ grows like a constant times $n^{-3}\cdot16^n$. The revised upper bound has slower growth since $\frac{4\pi}{4-\pi}\approx14.64$.