login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A341922 Number of simple 3-connected triangulations of a disk with n nodes. 2
1, 1, 4, 15, 64, 293, 1414, 7102, 36809, 195676, 1062176, 5867676, 32901124, 186866589, 1073261418, 6225028476, 36420849235, 214744648169, 1275005642668, 7617704400227, 45772485843616, 276460659973100, 1677717692649544, 10225697003966360, 62575895785795084 (list; graph; refs; listen; history; text; internal format)
OFFSET
4,3
COMMENTS
A triangulation is simple if it contains no separating 3-cycle.
LINKS
EXAMPLE
The a(5) = 1 triangulation is:
o-------o
| \ / |
| o |
| / \ |
o-------o
PROG
(PARI) \\ R(n, m) defined in A210664.
seq(n)={my(v=R(n, 0)); for(m=1, n-1, v+=concat(vector(m), R(n-m, m))); v}
CROSSREFS
Antidiagonal sums of A210664.
Sequence in context: A353264 A117669 A323789 * A007526 A233536 A349202
KEYWORD
nonn
AUTHOR
Andrew Howroyd, Feb 24 2021
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified June 27 03:53 EDT 2024. Contains 373727 sequences. (Running on oeis4.)