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!)
A355638 Number of polyhedra (3-polytopes) of graph radius 1 on n edges. 0
1, 0, 1, 1, 1, 1, 2, 2, 4, 5, 7, 10, 16, 27, 42, 67, 116, 187, 329, 570, 970, 1723, 3021, 5338, 9563, 16981, 30517, 54913, 98847, 179119, 324333, 589059, 1072997, 1955207, 3573129, 6538088 (list; graph; refs; listen; history; text; internal format)
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
Cf. A002840.
Sequence in context: A241736 A034398 A277062 * A027069 A238494 A359388
KEYWORD
nonn,more
AUTHOR
Riccardo Maffucci, Jul 11 2022
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 July 27 20:25 EDT 2024. Contains 374651 sequences. (Running on oeis4.)