A227117 Number of minimally rigid graphs in 2D on n vertices.
1, 1, 1, 1, 3, 13, 70, 608, 7222, 110132, 2039273, 44176717, 1092493042, 30322994747, 932701249291
Offset: 1
Examples
A single vertex is rigid, as is two vertices joined by an edge, as is a triangle consisting of three vertices joined pairwise by edges. So a(1)=a(2)=a(3)=1. Either of the constructions when applied to the triangle will give a graph consisting of two triangles joined along one side. Another way to picture this is a square together with one of its diagonals. Applying the two constructions to this graph gives six graphs, but only three distinct graphs up to graph isomorphism.
Links
- Jose Capco, Matteo Gallet, Georg Grasegger, Christoph Koutschan, Niels Lubbes, and Josef Schicho, The number of realizations of a Laman graph, arXiv:1701.05500 [math.AG], 2017-2018.
- L. Henneberg, Die graphische Statik der starren Systeme, Leipzig, 1911.
- Christoph Koutschan, Mathematica program
- G. Laman, On Graphs and Rigidity of Plane Skeletal Structures, Journal of Engineering Mathematics 4 (1970), 331-340.
- Martin Larsson, Nauty Laman plugin
- David S. Newman, Mathematica program
- H. Pollaczek-Geiringer, Über die Gliederung ebener Fachwerke, Journal of Applied Mathematics and Mechanics / Zeitschrift für Angewandte Mathematik und Mechanik, Volume 7, Issue 1, 1927, Pages 58-72.
- Eric Weisstein's World of Mathematics, Laman Graph
- Wikipedia, Laman graph
Programs
-
Mathematica
Table[Length[LamanGraphs[n]], {n, 3, 7}] (* see link, Christoph Koutschan, May 24 2016 *)
-
nauty
gensparseg $n -K2 -u # With Laman plugin; see link.
Extensions
a(8) corrected and a(9)-a(12) added by Christoph Koutschan, May 24 2016
a(12) corrected and a(13) computed by Jose Capco added by Christoph Koutschan, Nov 21 2018
Name clarified by Nike Dattani, Sep 28 2019
a(14)-a(15) added by Martin Larsson, Dec 21 2020
Comments