The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A299030 Number of vertices in the iterated clique graphs of the 1-skeleton of Plato's octahedron. 2
6, 8, 16, 256, 340282366920938463463374607431768211456 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
COMMENTS
The octahedron was the first known example of a k-divergent graph.
LINKS
Miguel A. Pizaña, The icosahedron is clique divergent, Discrete Mathematics, 262 (Feb. 2003), pp. 229-239.
FORMULA
a(n) = sqrt(2)^sqrt(2)^...^sqrt(2)^6 with n occurrences of sqrt(2). - Omar Antolín-Camarena, May 16 2022
EXAMPLE
By definition, the zeroth iterated clique graph of a graph G is equal to G itself; since the octahedron has 6 vertices, a(0)=6.
The first iterated clique graph of the octahedron has 8 vertices; hence, a(1)=8.
MATHEMATICA
Nest[Sqrt[2]^#&, 6, n] (* Omar Antolín-Camarena, May 16 2022 *)
PROG
(YAGS) K:=CliqueGraph;; g:=Octahedron;; kg:=K(g);; Order(kg);
# It outputs the number of vertices in the first iterated
# clique graph of the octahedron.
CROSSREFS
Sequence in context: A270821 A139452 A245643 * A127400 A315941 A025081
KEYWORD
nonn,more
AUTHOR
José Hernández, Feb 01 2018
EXTENSIONS
a(4) from Omar Antolín-Camarena, May 16 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 June 10 12:47 EDT 2024. Contains 373264 sequences. (Running on oeis4.)