OFFSET
6,7
COMMENTS
Data was gathered with the help of Scientific IT & Application Support (SCITAS) High Performance Computing (HPC) for the EPFL community.
LINKS
R. W. Maffucci, On unigraphic 3-polytopes of radius one, arXiv:2207.02040 [math.CO], 2022.
EXAMPLE
For n=6 there is only the tetrahedron, n=8 the square pyramid, n=9 the triangular bipyramid,...
MATHEMATICA
Needs["IGraphM`"]
ra[8]:={Square pyramid}
ra[q]=opb[ra[q-1]]
opb[setg_] :=
Prepend[DeleteDuplicatesBy[
Flatten[Table[
EdgeAdd[g, UndirectedEdge[x[[1]], x[[2]]],
GraphLayout -> "TutteEmbedding"], {g, setg}, {x,
Flatten[Table[
Complement[Subsets[i, {2}],
Table[{i[[j]], i[[j + 1]]}, {j, Length[i] - 1}], {{i[[1]],
i[[-1]]}}], {i, Select[IGFaces[g], Length[#] > 3 &]}],
1]}]], CanonicalGraph],
If[OddQ[EdgeCount[setg[[1]]]],
WheelGraph[EdgeCount[setg[[1]]]/2 + 3/2,
GraphLayout -> "TutteEmbedding", ImageSize -> 25], Nothing]]
CROSSREFS
KEYWORD
nonn,more
AUTHOR
Riccardo Maffucci, Jul 11 2022
STATUS
approved