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!)
A184993 Number of connected 9-regular simple graphs on 2n vertices with girth exactly 3. 6
0, 0, 0, 0, 0, 1, 9, 88193, 113314233813 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,7
LINKS
FORMULA
a(n) = A014381(n) - A181170(n).
EXAMPLE
a(0)=0 because even though the null graph (on zero vertices) is vacuously 9-regular and connected, since it is acyclic, it has infinite girth.
The a(5)=1 complete graph on 10 vertices is 9-regular; it has 45 edges and 120 triangles.
MATHEMATICA
A[s_Integer] := With[{s6 = StringPadLeft[ToString[s], 6, "0"]}, Cases[ Import["https://oeis.org/A" <> s6 <> "/b" <> s6 <> ".txt", "Table"], {_, _}][[All, 2]]];
A014381 = A@014381;
A181170 = A@181170;
a[n_] := A014381[[n + 1]] - A181170[[n + 1]];
a /@ Range[0, 8] (* Jean-François Alcover, Jan 27 2020 *)
CROSSREFS
Connected 9-regular simple graphs with girth at least g: A014378 (g=3), A181170 (g=4).
Connected 9-regular simple graphs with girth exactly g: this sequence (g=3).
Sequence in context: A058452 A058456 A184991 * A014381 A185293 A281360
KEYWORD
nonn,more,hard
AUTHOR
Jason Kimberley, Feb 28 2011
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 May 17 05:33 EDT 2024. Contains 372579 sequences. (Running on oeis4.)