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.

A354069 Number of vertices in the iterated clique graphs of the 1-skeleton of the snub disphenoid.

This page as a plain text file.
%I A354069 #10 Apr 27 2025 05:12:20
%S A354069 8,12,20,56,1076
%N A354069 Number of vertices in the iterated clique graphs of the 1-skeleton of the snub disphenoid.
%C A354069 It is unknown if this sequence is unbounded (the sequence of orders of the iterated clique graphs of a graph is either unbounded or eventually periodic).
%H A354069 Francisco Larrión, Victor Neumann-Lara, and Miguel A. Pizaña, <a href="https://xamanek.izt.uam.mx/map/papers/rdiv07x.pdf">Graph relations, clique divergence and surface triangulations</a>, preprint of Journal of Graph Theory 51.2 (2006): 110-122.
%o A354069 (GAP with YAGS) a := function (n) local G, i; G:=SnubDisphenoid; for i in [1..n] do G:=CliqueGraph(G); od; return Order(G); end;;
%Y A354069 Cf. A299028, A299030.
%K A354069 nonn,more
%O A354069 0,1
%A A354069 _Omar Antolín-Camarena_, May 16 2022