A227117
Number of minimally rigid graphs in 2D on n vertices.
Original entry on oeis.org
1, 1, 1, 1, 3, 13, 70, 608, 7222, 110132, 2039273, 44176717, 1092493042, 30322994747, 932701249291
Offset: 1
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.
- 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
-
Table[Length[LamanGraphs[n]], {n, 3, 7}] (* see link, Christoph Koutschan, May 24 2016 *)
-
gensparseg $n -K2 -u # With Laman plugin; see link.
A328061
Number of 4-chromatic Laman graphs on n vertices.
Original entry on oeis.org
1, 8, 102, 1601, 29811, 636686, 15298955, 407748141, 11932078866
Offset: 7
- L. Henneberg, Die graphische Statik der starren Systeme, Leipzig, 1911.
- Christoph Koutschan, Mathematica program for generating a list of non-isomorphic Laman graphs on n vertices.
- G. Laman, On Graphs and Rigidity of Plane Skeletal Structures, J. Engineering Mathematics, Vol. 4, No. 4, 1970, pp. 331-340; alternative link.
- Martin Larsson, Nauty Laman plugin
- A. Nixon, E. Ross, One brick at a time: a survey of inductive constructions in rigidity theory, arXiv:1203.6623 [math.MG], 2012-2013.
- Vsevolod Voronov, Anna Neopryatnaya, and Eugene Dergachev, Constructing 5-chromatic unit distance graphs embedded in the Euclidean plane and two-dimensional spheres, arXiv:2106.11824 [math.CO], 2021.
- Eric Weisstein's World of Mathematics, Moser spindle is a 4-chromatic Laman graph.
- Wikipedia, Laman graph
-
Table[Length[
Select[LamanGraphs[n],
IGChromaticNumber[AdjacencyGraph[G2Mat[#]]] == 4 &]], {n, 7, 9}]
(* using the program by Christoph Koutschan for generating Laman graphs, see A227117, and IGraph/M interface by Szabolcs Horvát *)
-
gensparseg $n -K2 | countg --N # With Laman plugin; see link.
A371901
Number of unlabeled Laman graphs on n vertices of degree at most 4.
Original entry on oeis.org
1, 1, 1, 1, 3, 10, 37, 189, 1145, 8089, 64683, 571949, 5499343, 56899844, 628729114, 7380050235
Offset: 1
A233288
Number of (3/2,2)-tight graphs with 2n vertices, or kinematic chains with 2n links.
Original entry on oeis.org
1, 1, 2, 16, 230, 6856, 318162, 19819281, 1535380884
Offset: 1
For n=1 the single example (a graph with two vertices and one edge) is represented by familiar mechanical systems including door hinges and pairs of scissors. For n=3 the a(3)=2 solutions are the 6-vertex 7-edge graphs Theta(1,3,3) and Theta(2,2,3), each of which has two degree-three vertices connected by three paths of the given lengths. These correspond respectively to the Watt linkage (two four-bar linkages sharing a pair of adjacent links) and the Stephenson linkage.
- Eric A. Butcher and Chris Hartman, Efficient enumeration and hierarchical classification of planar simple-jointed kinematic chains: Application to 12- and 14-bar single degree-of-freedom chains, Mechanism and Machine Theory 30 (2005), 1030-1050.
- Martin Larsson, Nauty Laman plugin
- Audrey Lee and Ileana Streinu, Pebble game algorithms and sparse graphs, Discrete Math. 308 (2008), 1425-1437.
- E. E. Peisakh, Structural analysis of planar jointed mechanisms: Current state and problems, J. Machinery Manufacture and Reliability 37 (2008), 207-212.
- Rajesh P. Sunkari and Linda C. Schmidt, Structural synthesis of planar kinematic chains by adapting a Mckay-type algorithm, Mechanism and Machine Theory 41 (2006), 1021-1030. This paper sources the 19819281 value for n=8 but contains a typo for n=7.
Showing 1-4 of 4 results.
Comments