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.

A187928 Number of embeddings on the sphere of planar graphs with n edges having connectivity exactly 2 and minimum vertex degree at least 3.

Original entry on oeis.org

1, 2, 4, 15, 42, 135, 440, 1480, 5106, 17890, 63264, 226018, 812354, 2936837, 10666188, 38901190, 142386358
Offset: 10

Views

Author

Stuart E Anderson, Mar 16 2011

Keywords

Comments

The graphs are 2-connected, but not 3-connected. The graphs were enumerated using plantri (by B.D. McKay & G. Brinkmann) for the purpose of finding compound perfect squared squares. If all graphs with n edges are generated then all compound squares in order n-1 can be obtained from them. Graphs with minimum degree at least 3 are also called homeomorphically irreducible.

Crossrefs

Antidiagonal sums of A378077.

Programs

  • plantri
    plantri -p -c2 -m3 -e# -x -u -v n
    
  • plantri
    plantri -pc2m3e#xuv n # to count graphs by node number (n) and edge number (#)

Extensions

a(22) corrected by Stuart E Anderson, Feb 24 2013
a(23)-a(26) from Lorenz Milla, Oct 08 2013
a(11) corrected by Andrew Howroyd, Nov 15 2024